Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Coordinate Systems >

Curl

Curl[f]
gives the curl, Del×f, of the vector field f in the default coordinate system.
Curl[f, coordsys]
gives the curl of f in the coordinate system coordsys.
  • The vector field f should be a 3-element list where each element is a function of the coordinates of the appropriate coordinate system.
Compute the curl of a vector field:
Find the parameter values for which the vector field is irrotational:
Needs["VectorAnalysis`"]
Compute the curl of a vector field:
In[2]:=
Click for copyable input
In[3]:=
Click for copyable input
Out[3]=
Find the parameter values for which the vector field is irrotational:
In[4]:=
Click for copyable input
Out[4]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team