partial_derivatives
Compute partial derivatives of multivariable expressions by specifying variables and mixed-order differentiation for symbolic or automatic differentiation.
Instructions
Compute partial derivatives for multivariable functions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variables | No | List of variables (e.g., ['x', 'y']) | |
| expression | Yes | Multivariable expression (e.g., 'x**2 + y**2 + x*y') | |
| mixed_order | No | Order of partial derivative for each variable (e.g., [1, 1] for ∂²f/∂x∂y) |