sympy_integrate
Integrate a mathematical expression symbolically with respect to a specified variable, providing an exact analytic result.
Instructions
Integrate an expression.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | String expression to integrate | |
| variable | No | Variable to integrate with respect to | x |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |