AreSameSpace
check if a sequence of LAVF, VFPDO, and/or Distribution objects live on the same space.
Calling Sequence
Parameters
Description
Examples
Compatibility
AreSameSpace( obj1,obj2, ...)
obj1,obj2, ...
-
a sequence of LAVF, VFPDO, and/or Distribution objects
The AreSameSpace method returns true if all objects live on the same space, false otherwise.
For these objects to live on the same space, their corresponding vector fields must live on same space. See the GetSpace method for LAVF, Distribution and VFPDO objects 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:
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
OD≔OrbitDistribution⁡L
OD≔ⅆⅆy,ⅆⅆx
Δ≔VFPDO⁡L
Δ≔X↦∂2∂y2X⁡x,ⅆⅆxX⁡x,∂∂xX⁡y+∂∂yX⁡x,ⅆⅆyX⁡y
AreSameSpace⁡L,OD,Δ
true
The AreSameSpace command was introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
LieAlgebrasOfVectorFields (Package overview)
LAVF (Object overview)
LieAlgebrasOfVectorFields[VectorField]
LieAlgebrasOfVectorFields[LAVF]
GetSpace
Download Help Document