DOCUMENTATION CENTER SEARCH
Coordinate Systems
>
Vector Analysis
Package Symbol
Vector Analysis Package
Tutorials »
|
CoordinateSystem
SetCoordinates
See Also »
|
Vector Analysis Package
More About »
Coordinates
Coordinates[]
gives a list of the default coordinate variables in the default coordinate system.
Coordinates[
coordsys
]
gives a list of the default coordinate variables in the coordinate system
coordsys
.
MORE INFORMATION
To use
Coordinates
, you first need to load the
Vector Analysis Package
using
Needs
["VectorAnalysis`"]
.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
Needs["VectorAnalysis`"]
Coordinates used in the default coordinate system:
In[2]:=
Out[2]=
In[3]:=
Out[3]=
Needs["VectorAnalysis`"]
Coordinates used in other systems:
In[2]:=
Out[2]=
In[3]:=
Out[3]=
SEE ALSO
CoordinateSystem
SetCoordinates
TUTORIALS
Vector Analysis Package
MORE ABOUT
Vector Analysis Package
© 2008 Wolfram Research, Inc.