PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Coordinate Systems
>
Vector Analysis
Package Symbol
Vector Analysis Package
Tutorials »
|
Parameters
CoordinateRanges
See Also »
|
Vector Analysis Package
More About »
ParameterRanges
ParameterRanges[]
gives the intervals over which each the of the parameters in the default coordinate system may range.
ParameterRanges[
coordsys
]
gives the ranges for each of the parameters in the coordinate system
coordsys
.
MORE INFORMATION
To use
ParameterRanges
, you first need to load the
Vector Analysis Package
using
Needs
["VectorAnalysis`"]
.
Many of the coordinate systems do not have parameters, in which case
Null
is returned.
The parameters are identified as
#
n
, where
n
refers to the order in which the parameters are listed when the coordinate system is specified.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Needs["VectorAnalysis`"]
Parameter ranges in different coordinate systems:
In[2]:=
Out[2]=
In[3]:=
Out[3]=
SEE ALSO
Parameters
CoordinateRanges
TUTORIALS
Vector Analysis Package
MORE ABOUT
Vector Analysis Package
© 2008 Wolfram Research, Inc.