Intersection
find a LHPDE object whose solution space is the intersection of solution spaces of given LHPDE objects.
Calling Sequence
Parameters
Description
Examples
Compatibility
Intersection( obj1, obj2, ..., depname = vars )
obj1, obj2, ...
-
a sequence of LHPDE objects living on the same space
vars
(optional) a list of new dependent variable names
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.
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