differentiate_expression
Compute derivatives of mathematical expressions with respect to a specified variable using SymPy. Supports custom orders of differentiation for precise mathematical analysis and problem-solving.
Instructions
Differentiates an expression with respect to a variable using SymPy's diff function.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
expr_key | Yes | ||
order | No | ||
var_name | Yes |