PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Coordinate Systems
>
Vector Analysis
Package Symbol
Vector Analysis Package
Tutorials »
|
CoordinateSystem
Coordinates
See Also »
|
Vector Analysis Package
More About »
SetCoordinates
SetCoordinates[
coordsys
]
sets the default coordinate system to be
coordsys
with default variables.
SetCoordinates[
coordsys
[
c
1
,
c
2
,
c
3
]]
sets the default coordinate system to be
coordsys
with variables
c
1
,
c
2
, and
c
3
.
MORE INFORMATION
To use
SetCoordinates
, you first need to load the
Vector Analysis Package
using
Needs
["VectorAnalysis`"]
.
Certain coordinate systems have parameters associated with them, and these parameters can be set by specifying the full description of the coordinate system.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Needs["VectorAnalysis`"]
Use
SetCoordinates
to change the default coordinate system:
In[2]:=
Out[2]=
In[3]:=
Out[3]=
In[4]:=
Out[4]=
Restore the default settings:
In[5]:=
Out[5]=
SEE ALSO
CoordinateSystem
Coordinates
TUTORIALS
Vector Analysis Package
MORE ABOUT
Vector Analysis Package
© 2008 Wolfram Research, Inc.