sympy_summation
Compute symbolic summation of an expression over a variable with given bounds, returning an unevaluated Sum object.
Instructions
Compute an unevaluated sum (Sum object).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | String expression | |
| variable | Yes | Summation variable | |
| bounds | Yes | Lower and upper bound as "lower,upper" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |