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

Online Help

All Products    Maple    MapleSim


Intersection

find a LHPDE object whose solution space is the intersection of solution spaces of given LHPDE objects.

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Intersection( obj1, obj2, ..., depname = vars )

Parameters

obj1, obj2, ...

-

a sequence of LHPDE objects living on the same space

vars

-

(optional) a list of new dependent variable names

Description

• 

Let obj1, obj2, ... be a sequence of LHPDE objects living on the same space (see AreSameSpace). The Intersection method finds a LHPDEs system whose solution space is the intersection of solutions of obj1,obj2,....

• 

The method returns a rif-reduced LHPDE object.

• 

By default, the dependent variable names of the returned object are taken from obj1. The dependent variable names will be vars if the optional argument depname = vars is specified.

• 

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

Examples

(1)

(2)

(3)

(4)

Compatibility

• 

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

AreSameSpace

 


Download Help Document