PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Coordinate Systems
>
Vector Analysis
Package Symbol
Vector Analysis Package
Tutorials »
|
Cylindrical
Spherical
See Also »
|
Coordinate Systems
Vector Analysis Package
More About »
Cartesian
Cartesian
represents the
Cartesian
coordinate system with default variables
Xx
,
Yy
, and
Zz
.
Cartesian[
x
,
y
,
z
]
represents the
Cartesian
coordinate system with variables
x
,
y
, and
z
.
MORE INFORMATION
To use
Cartesian
, you first need to load the
Vector Analysis Package
using
Needs
["VectorAnalysis`"]
.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Needs["VectorAnalysis`"]
By default, all calculations are done in Cartesian coordinates:
In[2]:=
Out[2]=
In[3]:=
Out[3]=
In[4]:=
Out[4]=
Use another coordinate system as the default:
In[5]:=
Out[5]=
In[6]:=
Out[6]=
Reset
Cartesian
as the default:
In[7]:=
Out[7]=
SEE ALSO
Cylindrical
Spherical
TUTORIALS
Vector Analysis Package
MORE ABOUT
Coordinate Systems
Vector Analysis Package
© 2008 Wolfram Research, Inc.