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

SetCoordinates

SetCoordinates[coordsys]
sets the default coordinate system to be coordsys with default variables.
SetCoordinates[coordsys[c1, c2, c3]]
sets the default coordinate system to be coordsys with variables c1, c2, and c3.
  • Certain coordinate systems have parameters associated with them, and these parameters can be set by specifying the full description of the coordinate system.
Use SetCoordinates to change the default coordinate system:
Restore the default settings:
Needs["VectorAnalysis`"]
Use SetCoordinates to change the default coordinate system:
In[2]:=
Click for copyable input
Out[2]=
In[3]:=
Click for copyable input
Out[3]=
In[4]:=
Click for copyable input
Out[4]=
Restore the default settings:
In[5]:=
Click for copyable input
Out[5]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team