sympy_product_expr
Compute an unevaluated mathematical product expression with given variable and bounds using symbolic algebra.
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 |