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

Online Help

All Products    Maple    MapleSim


GetSpace

get space coordinates of a LAVF, Distribution, VFPDO object

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GetSpace( obj)

Parameters

obj

-

a LAVF, Distribution, or VFPDO object.

Description

• 

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.

Examples

withLieAlgebrasOfVectorFields:

Typesetting:-Settingsuserep=true:

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

First, construct an indeterminate vector field and a determining system, then construct an LAVF object from them...

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)

Now we can apply the method to find the space of L (and  various objects associated with it).

GetSpaceL

x,y

(4)

ODOrbitDistributionL

ODⅆⅆy,ⅆⅆx

(5)

GetSpaceOD

x,y

(6)

ΔVFPDOL

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

(7)

GetSpaceΔ

x,y

(8)

Compatibility

• 

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]

GetSpace