integrate_expression
Integrate a mathematical expression symbolically. Compute indefinite integrals or evaluate definite integrals with specified bounds using SageMath.
Instructions
Integrate an expression (indefinite or definite with bounds)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | No | Named workspace to use. Workspaces have independent variables; omit for 'default'. | default |
| variable | No | Integration variable | x |
| expression | Yes | Expression to integrate | |
| lower_bound | No | Lower bound for definite integral (e.g., '0', '-oo') | |
| upper_bound | No | Upper bound for definite integral (e.g., '1', 'oo') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||