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

Online Help

All Products    Maple    MapleSim


Student[VectorCalculus]

  

GetCoordinates

  

return the coordinate attribute of a Vector

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GetCoordinates(v)

Parameters

v

-

(optional) Vector

Description

• 

The GetCoordinates(v) calling sequence returns the coordinate system attribute of the Vector v.  If v is not specified, the default coordinate system is returned.

Examples

withStudentVectorCalculus:

GetCoordinates

cartesian

(1)

v1Vectorsint,cost,t2

GetCoordinatesv1

cartesian

(2)

v2VectorFieldr,0,0

GetCoordinatesv2

cartesianx,y,z

(3)

SetCoordinatespolarr,t

polarr,t

(4)

GetCoordinatesa,b

polarr,t

(5)

GetCoordinatesv1

cartesian

(6)

See Also

Student[VectorCalculus]

Student[VectorCalculus][SetCoordinates]

Student[VectorCalculus][VectorField]

VectorCalculus/Coordinates