PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Coordinate Systems
>
Vector Analysis
Package Symbol
Vector Analysis Package
Tutorials »
|
Coordinates
SetCoordinates
See Also »
|
Vector Analysis Package
More About »
CoordinateSystem
CoordinateSystem
gives the name of the default coordinate system.
MORE INFORMATION
To use
CoordinateSystem
, you first need to load the
Vector Analysis Package
using
Needs
["VectorAnalysis`"]
.
EXAMPLES
CLOSE ALL
Basic Examples
(3)
Needs["VectorAnalysis`"]
Find the current coordinate system:
In[2]:=
Out[2]=
Needs["VectorAnalysis`"]
Use another coordinate system:
In[2]:=
Out[2]=
In[3]:=
Out[3]=
Needs["VectorAnalysis`"]
Restore the default settings:
In[2]:=
Out[2]=
In[3]:=
Out[3]=
SEE ALSO
Coordinates
SetCoordinates
TUTORIALS
Vector Analysis Package
MORE ABOUT
Vector Analysis Package
© 2008 Wolfram Research, Inc.