KillingOrthogonal
find the subspace of a LAVF object L that is orthogonal to another LAVF w.r.t. the Killing form of L
Calling Sequence
Parameters
Description
Examples
Compatibility
KillingOrthogonal(L, M)
L, M
-
LAVF objects in which M is subspace of L (see IsSubspace).
Let L, M be LAVF objects and M⊆L. Then KillingOrthogonal(L,M) finds a new LAVF object for the subspace of L that is orthogonal to M with respect to the Killing form of L.
Let M be a subspace of L. The Killing orthogonal of M in L is the subspace XL∈L|K⁡XM,XL=0forallXM∈M where K( , ) is the Killing form of L.
Some LAVF's exported methods are instance of this method, for example, KillingOrthogonal(L,L) gives KillingRadical of L, and KillingOrthogonal(L, DerivedAlgebra(L)) gives SolvableRadical of L.
This method is associated with the LAVF object. For more detail, see Overview of the LAVF object.
with⁡LieAlgebrasOfVectorFields:
Typesetting:-Settings⁡userep=true:
Typesetting:-Suppress⁡ξ⁡x,y,η⁡x,y:
V≔VectorField⁡ξ⁡x,y⁢Dx+η⁡x,y⁢Dy,space=x,y
V≔ξ⁢ⅆⅆ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=ξ,η
Construct a LAVF for E(2).
L≔LAVF⁡V,E2
L≔ξ⁢ⅆⅆx+η⁢ⅆⅆy&whereξy,y=0,ξx=0,ηx=−ξy,ηy=0
IsLieAlgebra⁡L
true
KillingOrthogonal⁡L,L
ξ⁢ⅆⅆx+η⁢ⅆⅆy&whereξx=0,ηx=0,ξy=0,ηy=0
The Killing orthogonal in L to its derived algebra is the solvable radical of L.
DL≔DerivedAlgebra⁡L
DL≔ξ⁢ⅆⅆx+η⁢ⅆⅆy&whereξx=0,ηx=0,ξy=0,ηy=0
KO≔KillingOrthogonal⁡L,DL
KO≔ξ⁢ⅆⅆx+η⁢ⅆⅆy&whereξy,y=0,ξx=0,ηx=−ξy,ηy=0
SR≔SolvableRadical⁡L
SR≔ξ⁢ⅆⅆx+η⁢ⅆⅆy&whereξy,y=0,ξx=0,ηx=−ξy,ηy=0
AreSame⁡KO,SR
The KillingOrthogonal 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
IsSubspace
KillingForm
KillingRadical
SolvableRadical
Download Help Document