GetSpace
get space coordinates of a VectorField or OneForm object
Calling Sequence
Parameters
Description
Examples
Compatibility
GetSpace( obj )
obj
-
a VectorField or a OneForm object
The GetSpace method returns a list of space coordinate variables for a VectorField or OneForm object.
This method is associated with the VectorField and OneForm objects. For more detail, see Overview of the VectorField object, Overview of the OneForm object.
withLieAlgebrasOfVectorFields:
X≔VectorFieldyDx−xDy,space=x,y
X≔yⅆⅆx−xⅆⅆy
R≔VectorFieldyDx−xDy,space=x,y,z
R≔yⅆⅆx−xⅆⅆy
The method returns the space where X, R live. Although these two vector fields have identical appearance, they live on difference spaces: (x,y) versus (x,y,z)
GetSpaceX
x,y
GetSpaceR
x,y,z
ω≔OneFormcomponents=1,x2,y2,space=x,y,z
ω≔x2dy+y2dz+dx
GetSpaceω
The GetSpace command was introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
VectorField (Object overview)
OneForm (Object overview)
LieAlgebrasOfVectorFields[VectorField]
LieAlgebrasOfVectorFields[OneForm]
GetComponents
Download Help Document