AreSameSpace - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


AreSameSpace

check if a sequence of LAVF, VFPDO, and/or Distribution objects live on the same space.

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

AreSameSpace( obj1,obj2, ...)

Parameters

obj1,obj2, ...

-

a sequence of LAVF, VFPDO, and/or Distribution objects

Description

• 

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.

Examples

withLieAlgebrasOfVectorFields:

Typesetting:-Settingsuserep=true:

Typesetting:-Suppressξx,y,ηx,y:

VVectorFieldξx,yDx+ηx,yDy,space=x,y

Vξⅆⅆx+ηⅆⅆy

(1)

E2LHPDEdiffξ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=ξ,η

(2)

LLAVFV,E2

Lξⅆⅆx+ηⅆⅆy&whereξy,y=0,ξx=0,ηx=ξy,ηy=0

(3)

ODOrbitDistributionL

ODⅆⅆy,ⅆⅆx

(4)

ΔVFPDOL

ΔX2y2Xx,ⅆⅆxXx,xXy+yXx,ⅆⅆyXy

(5)

AreSameSpaceL,OD,Δ

true

(6)

Compatibility

• 

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