VectorCalculus
GetNames
return the coordinate variable names of a Vector
Calling Sequence
Parameters
Description
Examples
Compatibility
GetNames(v)
v
-
Vector; where v is one of free vector, VectorField, PositionVector, or RootedVector
The GetNames(v) calling sequence returns the coordinate variable names of the Vector v as a list of strings.
withVectorCalculus:
v1≔Vectorsint,cost,t2
GetNamesv1
x,y,z
v2≔VectorFieldx,y,cartesianx,y
GetNamesv2
x,y
GetNamesPositionVectorx,y
GetNamesRootedVectorroot=u,v,x,y
The VectorCalculus[GetNames] command was updated in Maple 2017.
See Also
VectorCalculus[GetCoordinates]
Download Help Document