integrate_expression
Perform symbolic integration of an expression with respect to a specified variable. Supports both indefinite and definite integration using SymPy's functionality via the Symbolic Algebra MCP Server.
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 |