differentiate_expression
Compute derivatives of mathematical expressions with respect to a specified variable using symbolic differentiation. Supports higher-order derivatives for advanced calculus and algebraic tasks.
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 |