sympy_product
Compute the product of a symbolic expression over a variable with given lower and upper bounds.
Instructions
Compute a product.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | String expression to multiply | |
| variable | Yes | Product variable | |
| lower | Yes | Lower bound | |
| upper | Yes | Upper bound |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |