symbolic_integrate
Compute the indefinite integral of a mathematical expression with respect to a given variable.
Instructions
Indefinite integral ∫f(x)dx. Example: expression: "x^2 + sin(x)", variable: "x"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variable | Yes | Integration variable | |
| expression | Yes | Expression, e.g. 'x^2 + sin(x)' |