sympy_sum
Compute symbolic summations by specifying an expression, variable, and bounds to calculate mathematical series and sums using SymPy's algebra engine.
Instructions
Compute a sum.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | String expression to sum | |
| variable | Yes | Summation variable | |
| lower | Yes | Lower bound | |
| upper | Yes | Upper bound |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |