IsInvariant
check if one LAVF is invariant under action of another LAVF
Calling Sequence
Parameters
Description
Examples
Compatibility
IsInvariant( L1, L2)
L1, L2
-
LAVF objects.
Let L1, L2 be LAVF objects on the same space. Then IsInvariant(L1,L2) checks if L1 is invariant under action of L2 (i.e. if L1,L2⊆L1).
The call IsInvariant(L1, L2) is equivalent to the call AreCommuting(L1,L2,L1). See AreCommuting for more detail.
This method is associated with the LAVF object. For more detail, see Overview of the LAVF object.
withLieAlgebrasOfVectorFields:
Typesetting:-Settingsuserep=true:
Typesetting:-Suppressξx,y,ηx,y:
V≔VectorFieldξx,yDx+ηx,yDy,space=x,y
V≔ξⅆⅆx+ηⅆⅆy
T2≔LHPDEdiffξx,y,x=0,diffξx,y,y=0,diffηx,y,x=0,diffηx,y,y=0,indep=x,y,dep=ξ,η
T2≔ξx=0,ξy=0,ηx=0,ηy=0,indep=x,y,dep=ξ,η
E2≔LHPDEdiffξ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=ξ,η
Construct LAVFs for 2-dim Euclidean group E(2) and 2-dim translation group T(2).
LE2≔LAVFV,E2
LE2≔ξⅆⅆx+ηⅆⅆy&whereξy,y=0,ξx=0,ηx=−ξy,ηy=0
LT2≔LAVFV,T2
LT2≔ξⅆⅆx+ηⅆⅆy&whereξx=0,ηx=0,ξy=0,ηy=0
Both LAVFs are Lie algebras.
IsLieAlgebraLE2
true
IsLieAlgebraLT2
LT2 is invariant under the action of LE2.
IsInvariantLT2,LE2
The IsInvariant command was introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
LieAlgebrasOfVectorFields (Package overview)
LAVF (Object overview)
LieAlgebrasOfVectorFields[VectorField]
LieAlgebrasOfVectorFields[LHPDE]
LieAlgebrasOfVectorFields[LAVF]
IsLieAlgebra
Download Help Document