sympy_integrate
Compute symbolic integrals of mathematical expressions using SymPy's symbolic mathematics library. Enter an expression and variable to perform integration for calculus problems.
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 |