vector_calculus_operation
Compute gradient, divergence, curl, or Laplacian for scalar or vector fields. Provide the operation and expression to obtain symbolic vector calculus results.
Instructions
Vector calculus operations: gradient, divergence, curl, laplacian
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | One of: gradient, divergence, curl, laplacian | |
| variables | No | Variable names (e.g. ['x', 'y', 'z']) | |
| expression | Yes | Scalar field (string) for gradient/laplacian, or vector field components (list) for divergence/curl |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||