sympy_product
Compute symbolic product expressions with specified variable and bounds for mathematical calculations.
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 |