sympy_product_expr
Compute symbolic product expressions by specifying the mathematical expression, variable, and bounds to generate unevaluated Product objects for advanced algebraic analysis.
Instructions
Compute an unevaluated product (Product object).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | String expression | |
| variable | Yes | Product variable | |
| bounds | Yes | Lower and upper bound as "lower,upper" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |