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

CoordinatesToCartesian

CoordinatesToCartesian[pt]
gives the Cartesian coordinates of the point pt given in the default coordinate system.
CoordinatesToCartesian[pt, coordsys]
gives the Cartesian coordinates of the point given in the coordinate system coordsys.
Find the Cartesian coordinates for a point in space whose cylindrical coordinates are given:
Transform back to cylindrical coordinates:
Needs["VectorAnalysis`"]
Find the Cartesian coordinates for a point in space whose cylindrical coordinates are given:
In[2]:=
Click for copyable input
Out[2]=
Transform back to cylindrical coordinates:
In[3]:=
Click for copyable input
Out[3]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team