gradient_vector
Compute the gradient vector of a multivariable function at a given point or symbolically, returning partial derivatives with respect to specified variables.
Instructions
Compute the gradient vector of a multivariable function
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| point | No | Point at which to evaluate gradient (optional for symbolic) | |
| variables | No | List of variables | |
| expression | Yes | Multivariable expression |