deriv
Compute the derivative of a polynomial. Provide the polynomial as a string and optionally specify the variable.
Instructions
Compute the derivative of a polynomial.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| v | No | Variable name. | x |
| pol | Yes | Polynomial as a string. |