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 LHPDE objects live on the same space.

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

AreSameSpace( obj1,obj2, ...)

Parameters

obj1, obj2, ...

-

a sequence of LHPDE objects

Description

• 

The AreSameSpace method returns true if all objects live on the same space, false otherwise.

• 

For LHPDE objects to live on the same space, they must have the same independent variables x1,x2,,xn and the same number of dependent variables.

• 

This method is associated with the LHPDE object. For more detail, see Overview of the LHPDE object.

Examples

withLieAlgebrasOfVectorFields:

Typesetting:-Settingsuserep=true:

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

E2LHPDE2y2ξx,y=0,xηx,y=yξx,y,yηx,y=0,xξx,y=0,indep=x,y,dep=ξ,η

E2ξy,y=0,ηx=ξy,ηy=0,ξx=0,indep=x,y,dep=ξ,η

(1)

TxLHPDExαx,y=0,yβx,y=0,yαx,y=0,xβx,y=0,indep=x,y,dep=α,β

Txαx=0,βy=0,αy=0,βx=0,indep=x,y,dep=α,β

(2)

AreSameSpaceE2,Tx

true

(3)

Tx1LHPDExαy,x=0,yαy,x=0,xβy,x=0,yβy,x=0,indep=y,x,dep=α,β

Tx1xαy,x=0,yαy,x=0,xβy,x=0,yβy,x=0,indep=y,x,dep=αy,x,βy,x

(4)

AreSameSpaceE2,Tx1

false

(5)

AreSameSpaceE2,Tx,Tx1

false

(6)

Compatibility

• 

The AreSameSpace command was introduced in Maple 2020.

• 

For more information on Maple 2020 changes, see Updates in Maple 2020.

See Also

LHPDE (Object overview)

LieAlgebrasOfVectorFields[LHPDE]

GetIndependents