PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Coordinate Systems
>
Vector Analysis
Package Symbol
Vector Analysis Package
Tutorials »
|
Div
Grad
Laplacian
Biharmonic
See Also »
|
Vector Analysis Package
More About »
Curl
Curl[
f
]
gives the curl,
f
, of the vector field
f
in the default coordinate system.
Curl[
f
,
coordsys
]
gives the curl of
f
in the coordinate system
coordsys
.
MORE INFORMATION
To use
Curl
, you first need to load the
Vector Analysis Package
using
Needs
["VectorAnalysis`"]
.
The vector field
f
should be a 3-element list where each element is a function of the coordinates of the appropriate coordinate system.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Needs["VectorAnalysis`"]
Compute the curl of a vector field:
In[2]:=
In[3]:=
Out[3]=
Find the parameter values for which the vector field is irrotational:
In[4]:=
Out[4]=
SEE ALSO
Div
Grad
Laplacian
Biharmonic
TUTORIALS
Vector Analysis Package
MORE ABOUT
Vector Analysis Package
© 2008 Wolfram Research, Inc.