sympy_diff
Differentiate symbolic mathematical expressions with respect to a specified variable, supporting custom order of derivative.
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 |