KillingPolynomial
calculate the Killing polynomial of a LAVF object.
Calling Sequence
Parameters
Description
Examples
Compatibility
KillingPolynomial( obj, lambda)
obj
-
a LAVF object.
lambda
a variable name
Let L be a LAVF object. Then KillingPolynomial(L, 'lambda') returns the Killing polynomial (i.e. the characteristic polynomial of adjoint matrix) of L, as a function of lambda.
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
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 a vector fields system for E(2).
L≔LAVFV,E2
L≔ξⅆⅆx+ηⅆⅆy&whereξy,y=0,ξx=0,ηx=−ξy,ηy=0
KillingPolynomialL,λ
λ3+ξy2λ
The KillingPolynomial 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]
Download Help Document