Compute Derivative
compute_derivativeCompute the derivative of a mathematical expression with step-by-step proof. Specify the variable to differentiate with respect to.
Instructions
Compute the derivative of a mathematical expression with proof steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | The mathematical expression to differentiate. Example: 'x^3 + 2x^2 - 5x + 1' | |
| variable | No | The variable to differentiate with respect to. | x |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |