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  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

(1)

(2)

(3)

(4)

(5)

(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

 


Download Help Document