curl
Curl of symbolic vector field
Syntax
Description
returns the
curl of the vector field c
= curl(V
)V
with respect to a default vector constructed
from the symbolic variables in V
.
Examples
Input Arguments
Limitations
The
curl
function does not support tensor derivatives. If the inputV
is a tensor field or a matrix rather than a vector, then thecurl
function returns an error.Symbolic Math Toolbox™ currently does not support the
dot
orcross
functions for symbolic matrix variables and functions of typesymmatrix
andsymfunmatrix
. If vector calculus identities involve dot or cross products, then the toolbox displays those identities in terms of other supported functions instead. To see a list of all the functions that support symbolic matrix variables and functions, use the commandsmethods symmatrix
andmethods symfunmatrix
.
More About
Version History
Introduced in R2012aSee Also
diff
| divergence
| gradient
| jacobian
| hessian
| laplacian
| potential
| vectorPotential