integrate_expression
Compute the indefinite integral of an expression with respect to a specified variable, returning the symbolic antiderivative for calculus problems.
Instructions
Computes the indefinite integral of an expression with respect to a variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variable | Yes | ||
| expression | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |