sympy_integral
Define an unevaluated integral by providing a string expression and the variable of integration.
Instructions
Create an Integral object (unevaluated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | String expression | |
| variable | Yes | Variable to integrate |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |