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

Online Help

All Products    Maple    MapleSim


IsSubspace

 check if solution space of a LHPDE object is subspace of solution space of another LHPDE object.

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

IsSubspace( obj1, obj2)

Parameters

obj1

-

a LHPDE object that is assumed to be in rif-reduced form (see IsRifReduced)

obj2

-

a LHPDE object

Description

• 

The IsSubspace method returns true if solution space of obj1 is a subspace of solution space of obj2. False otherwise.

• 

More precisely, the method returns true if at each point , the local solution space of obj1  at  is a subspace of the local solution space of obj2 at .

• 

The input arguments obj1 and obj2 need not have the same dependent variable names or dependencies.

• 

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

Examples

(1)

(2)

(3)

This LHPDE object's dependent variables have different names and dependencies.

(4)

(5)

Compatibility

• 

The IsSubspace 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]

IsRifReduced

 


Download Help Document