GetCoordinateParameters - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Mathematics : Vector Calculus : GetCoordinateParameters

VectorCalculus

  

GetCoordinateParameters

  

get coordinate system parameters

  

SetCoordinateParameters

  

set coordinate system parameters

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GetCoordinateParameters()

SetCoordinateParameters(a, b, c)

Parameters

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)

Description

• 

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.

Examples

withVectorCalculus:

SetCoordinateParametersα,β

SetCoordinatesconicalu,v,w

conicalu,v,w

(1)

V1,2,3

MapToBasisV,cartesian

GetCoordinateParameters

α,β,13

(2)

See Also

coords

VectorCalculus

VectorCalculus[AddCoordinates]

VectorCalculus[GetCoordinates]

VectorCalculus[MapToBasis]

VectorCalculus[SetCoordinates]

VectorCalculus[VectorField]