integrate_expression
Compute integrals of mathematical expressions with respect to a specified variable, supporting both indefinite and definite integration for symbolic algebra solutions.
Instructions
Integrates an expression with respect to a variable using SymPy's integrate function.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
expr_key | Yes | ||
lower_bound | No | ||
upper_bound | No | ||
var_name | Yes |