VectorCalculus
GetCoordinateParameters
get coordinate system parameters
SetCoordinateParameters
set coordinate system parameters
Calling Sequence
Parameters
Description
Examples
GetCoordinateParameters()
SetCoordinateParameters(a, b, c)
a
-
algebraic; specify the first coordinate system parameter (default=1)
b
(optional) algebraic; specify the second coordinate system parameter (default=1/2)
c
(optional) algebraic; specify the third coordinate system parameter (default=1/3)
Several of the coordinate systems provided with the VectorCalculus package include up to 3 parameters in their definitions. In the documentation for this package, these parameters are given the names a, b and c, as needed.
The default values for these parameters are a=1, b=12, and c=13.
These parameters can be queried and set by using the GetCoordinateParameters and SetCoordinateParameters commands.
The GetCoordinateParameters command returns an expression sequence containing the current values of a, b, and c.
The SetCoordinateParameters command takes 1, 2, or 3 arguments, and sets the values of a, a and b, or a, b, and c respectively.
with⁡VectorCalculus:
SetCoordinateParameters⁡α,β
SetCoordinates⁡conicalu,v,w
conicalu,v,w
V≔1,2,3
MapToBasis⁡V,cartesian
GetCoordinateParameters⁡
α,β,13
See Also
coords
VectorCalculus[AddCoordinates]
VectorCalculus[GetCoordinates]
VectorCalculus[MapToBasis]
VectorCalculus[SetCoordinates]
VectorCalculus[VectorField]
Download Help Document