sympy_summation
Compute symbolic summation expressions in SymPy by specifying the mathematical expression, summation variable, and bounds to generate Sum objects for advanced algebraic analysis.
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 |