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

CrossProduct

CrossProduct[v1, v2]
gives the cross product of the two 3-vectors v1, v2 in the default coordinate system.
CrossProduct[v1, v2, coordsys]
gives the cross product of v1 and v2 in the coordinate system coordsys.
  • CrossProduct[v1, v2, coordsys] is computed by converting v1 and v2 to Cartesian coordinates, forming the cross product, and then converting back from Cartesian coordinates.
Find the cross product of a pair of vectors:
Verify an identity involving the cross product and the dot product of vectors:
Needs["VectorAnalysis`"]
Find the cross product of a pair of vectors:
In[2]:=
Click for copyable input
In[3]:=
Click for copyable input
In[4]:=
Click for copyable input
Out[4]=
Verify an identity involving the cross product and the dot product of vectors:
In[5]:=
Click for copyable input
Out[5]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team