sympy_integral
Create an unevaluated integral object for symbolic calculus computations. Input a mathematical expression and variable to generate the integral representation.
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 |