AreSameSpace
check if a sequence of LHPDE objects live on the same space.
Calling Sequence
Parameters
Description
Examples
Compatibility
AreSameSpace( obj1,obj2, ...)
obj1, obj2, ...
-
a sequence of LHPDE objects
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 x1,x2,…,xn and the same number of dependent variables.
This method is associated with the LHPDE object. For more detail, see Overview of the LHPDE object.
with⁡LieAlgebrasOfVectorFields:
Typesetting:-Settings⁡userep=true:
Typesetting:-Suppress⁡α,β,η,ξ⁡x,y
E2≔LHPDE⁡diff⁡ξ⁡x,y,y,y=0,diff⁡η⁡x,y,x=−diff⁡ξ⁡x,y,y,diff⁡η⁡x,y,y=0,diff⁡ξ⁡x,y,x=0,indep=x,y,dep=ξ,η
E2≔ξy,y=0,ηx=−ξy,ηy=0,ξx=0,indep=x,y,dep=ξ,η
Tx≔LHPDE⁡diff⁡α⁡x,y,x=0,diff⁡β⁡x,y,y=0,diff⁡α⁡x,y,y=0,diff⁡β⁡x,y,x=0,indep=x,y,dep=α,β
Tx≔αx=0,βy=0,αy=0,βx=0,indep=x,y,dep=α,β
AreSameSpace⁡E2,Tx
true
Tx1≔LHPDE⁡diff⁡α⁡y,x,x=0,diff⁡α⁡y,x,y=0,diff⁡β⁡y,x,x=0,diff⁡β⁡y,x,y=0,indep=y,x,dep=α,β
Tx1≔∂∂xα⁡y,x=0,∂∂yα⁡y,x=0,∂∂xβ⁡y,x=0,∂∂yβ⁡y,x=0,indep=y,x,dep=α⁡y,x,β⁡y,x
AreSameSpace⁡E2,Tx1
false
AreSameSpace⁡E2,Tx,Tx1
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