sympy_diff
Compute derivatives of mathematical expressions symbolically using SymPy's differentiation capabilities. Enter an expression, variable, and derivative order to calculate precise derivatives for calculus problems.
Instructions
Differentiate an expression.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | String expression to differentiate | |
| variable | No | Variable to differentiate with respect to | x |
| order | No | Order of derivative |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |