integrate_expression
Integrate mathematical expressions symbolically, with optional bounds for definite integrals. Specify the integration variable and lower/upper limits as needed.
Instructions
Integrate an expression (indefinite or definite with bounds)
Input Schema
| Name | Required | Description | 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 | |||