IsTrivial
check if the Killing form of a LAVF object is trivial.
Calling Sequence
Parameters
Description
Examples
Compatibility
IsTrivial( obj)
obj
-
a KF object that is constructed by the method KillingForm.
Let K be the Killing form of a LAVF object L. Then IsTrivial(K) checks if the Killing form of L is trivial (i.e. KX,Y=0 for all vector fields X,Y solving L).
This method is associated with the local KF object. For more detail, see Overview of the KF object for more detail.
withLieAlgebrasOfVectorFields:
Typesetting:-Settingsuserep=true:
Typesetting:-Suppressξx,y,ηx,y:
V≔VectorFieldξx,yDx+ηx,yDy,space=x,y
V≔ξⅆⅆx+ηⅆⅆy
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=ξ,η
We first construct a LAVF object for E(2).
L≔LAVFV,E2
L≔ξⅆⅆx+ηⅆⅆy&whereξy,y=0,ξx=0,ηx=−ξy,ηy=0
IsLieAlgebraL
true
Get its KillingForm as a local KF object.
K≔KillingFormL
K≔X,Y↦−2⋅∂∂yXx⋅∂∂yYx
IsTrivialK
false
The IsTrivial 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)
KF (Object overview)
LieAlgebrasOfVectorFields[VectorField]
LieAlgebrasOfVectorFields[LHPDE]
LieAlgebrasOfVectorFields[LAVF]
IsLieAlgebra
KillingForm
Download Help Document