GetCoordinates - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


VectorCalculus

  

GetCoordinates

  

return the coordinate system of a Vector

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GetCoordinates(v)

Parameters

v

-

(optional) Vector

Description

• 

The GetCoordinates(v) command returns the coordinate system associated with the Vector v.  If v is not specified, the default coordinate system is returned.

Examples

withVectorCalculus:

GetCoordinates

cartesian

(1)

vVectorFieldr,0,0,sphericalr,φ,θ

GetCoordinatesv

sphericalr,φ,θ

(2)

SetCoordinatespolar

polar

(3)

GetCoordinatesa,b

polar

(4)

See Also

VectorCalculus

VectorCalculus[AddCoordinates]

VectorCalculus[SetCoordinates]

VectorCalculus[VectorField]