mathematica_integrate
Compute integrals of mathematical expressions with respect to a variable, with optional bounds for definite integration.
Instructions
Compute integral using Integrate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | ||
| variable | Yes | ||
| lower_bound | No | ||
| upper_bound | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |