Intersection - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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

withLieAlgebrasOfVectorFields:

Typesetting:-Settingsuserep=true:

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

SLHPDEdiffξx,y,x=0,diffηx,y,y=0,diffξx,y,y+diffηx,y,x=0,diffξx,y,y,y=0,diffηx,y,x,x=0

Sξx=0,ηy=0,ξy+ηx=0,ξy,y=0,ηx,x=0,indep=x,y,dep=η,ξ

(1)

S1LHPDEdiffαx,y,x,x=0,diffαx,y,y=0,diffβx,y,x=0,diffβx,y,y,y=0,diffαx,y,xdiffβx,y,y=0,indep=x,y,dep=α,β

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

(2)

IntersectionS,S1

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

(3)

IntersectionS,S1,depname=φ,ψ

φx=0,ψx=0,φy=0,ψy=0,indep=x,y,dep=φ,ψ

(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