differentiate_expression
Differentiate mathematical expressions symbolically with respect to a specified variable, with support for higher-order derivatives.
Instructions
Differentiate an expression with respect to a variable
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | Order of differentiation (1 = first, 2 = second, etc.) | |
| session | No | Named workspace to use. Workspaces have independent variables; omit for 'default'. | default |
| variable | No | Variable for differentiation | x |
| expression | Yes | Expression to differentiate |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||