GetSpace
get space coordinates of a LAVF, Distribution, VFPDO object
Calling Sequence
Parameters
Description
Examples
Compatibility
GetSpace( obj)
obj
-
a LAVF, Distribution, or VFPDO object.
The GetSpace method returns a list of space coordinate variables where the LAVF, Distribution, or VFPDO object lives.
To be more specific, the space where these object live is the space where their vector fields live. For example, let L be a LAVF object, then the call GetSpace(L) is equivalent to GetSpace(GetVectorField(L)). See GetSpace of a VectorField object for more detail.
This method is associated with the LAVF, Distribution, and VFPDO objects. For more detail, see Overview of the LAVF object, overview of the Distribution object, and overview of the VFPDO object.
with⁡LieAlgebrasOfVectorFields:
Typesetting:-Settings⁡userep=true:
Typesetting:-Suppress⁡ξ⁡x,y,η⁡x,y:
First, construct an indeterminate vector field and a determining system, then construct an LAVF object from them...
V≔VectorField⁡ξ⁡x,y⁢Dx+η⁡x,y⁢Dy,space=x,y
V≔ξ⁢ⅆⅆx+η⁢ⅆⅆy
E2≔LHPDE⁡diff⁡ξ⁡x,y,y,y=0,diff⁡η⁡x,y,x=−diff⁡ξ⁡x,y,y,diff⁡η⁡x,y,y=0,diff⁡ξ⁡x,y,x=0,indep=x,y,dep=ξ,η
E2≔ξy,y=0,ηx=−ξy,ηy=0,ξx=0,indep=x,y,dep=ξ,η
L≔LAVF⁡V,E2
L≔ξ⁢ⅆⅆx+η⁢ⅆⅆy&whereξy,y=0,ξx=0,ηx=−ξy,ηy=0
Now we can apply the method to find the space of L (and various objects associated with it).
GetSpace⁡L
x,y
OD≔OrbitDistribution⁡L
OD≔ⅆⅆy,ⅆⅆx
GetSpace⁡OD
Δ≔VFPDO⁡L
Δ≔X↦∂2∂y2X⁡x,ⅆⅆxX⁡x,∂∂xX⁡y+∂∂yX⁡x,ⅆⅆyX⁡y
GetSpace⁡Δ
The GetSpace command was introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
LAVF (Object overview)
Distribution (Object overview)
VFPDO (Object overview)
LieAlgebrasOfVectorFields[VectorField]
LieAlgebrasOfVectorFields[LHPDE]
LieAlgebrasOfVectorFields[LAVF]
LieAlgebrasOfVectorFields[Distribution]
LieAlgebrasOfVectorFields[VFPDO]
Download Help Document