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.
with⁡VectorCalculus:
v1≔Vector⁡sin⁡t,cos⁡t,t2
GetNames⁡v1
x,y,z
v2≔VectorField⁡x,y,cartesianx,y
GetNames⁡v2
x,y
GetNames⁡PositionVector⁡x,y
GetNames⁡RootedVector⁡root=u,v,x,y
The VectorCalculus[GetNames] command was updated in Maple 2017.
See Also
VectorCalculus[GetCoordinates]
Download Help Document