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

Online Help

All Products    Maple    MapleSim


VectorCalculus

  

GetNames

  

return the coordinate variable names of a Vector

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GetNames(v)

Parameters

v

-

Vector; where v is one of free vector, VectorField, PositionVector, or RootedVector

Description

• 

The GetNames(v) calling sequence returns the coordinate variable names of the Vector v as a list of strings.

Examples

withVectorCalculus:

v1Vectorsint,cost,t2

GetNamesv1

x,y,z

(1)

v2VectorFieldx,y,cartesianx,y

GetNamesv2

x,y

(2)

GetNamesPositionVectorx,y

x,y

(3)

GetNamesRootedVectorroot=u,v,x,y

x,y

(4)

Compatibility

• 

The VectorCalculus[GetNames] command was updated in Maple 2017.

See Also

VectorCalculus

VectorCalculus[GetCoordinates]