DOCUMENTATION CENTER SEARCH
Coordinate Systems
>
Vector Analysis
Package Symbol
Vector Analysis Package
Tutorials »
|
CoordinatesFromCartesian
See Also »
|
Vector Analysis Package
More About »
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
.
MORE INFORMATION
To use
CoordinatesToCartesian
, you first need to load the
Vector Analysis Package
using
Needs
["VectorAnalysis`"]
.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Needs["VectorAnalysis`"]
Find the Cartesian coordinates for a point in space whose cylindrical coordinates are given:
In[2]:=
Out[2]=
Transform back to cylindrical coordinates:
In[3]:=
Out[3]=
SEE ALSO
CoordinatesFromCartesian
TUTORIALS
Vector Analysis Package
MORE ABOUT
Vector Analysis Package
© 2008 Wolfram Research, Inc.