SolvableRadical
calculate the solvable radical of a LAVF object.
IsSolvable
check if a LAVF object is solvable.
DerivedSeries
calculate the derived series of a LAVF object.
Calling Sequence
Parameters
Description
Examples
Compatibility
SolvableRadical( obj)
SolubleRadical( obj)
Radical( obj)
IsSolvable( obj)
IsSoluble( obj)
DerivedSeries( obj)
obj
-
a LAVF object that is a Lie algebra i.e.IsLieAlgebra(obj) returns true, see IsLieAlgebra.
Let L be a LAVF object which is a Lie algebra. Then the SolvableRadical method returns the solvable radical of L (i.e. its largest solvable ideal), as a LAVF object.
Let L be a LAVF object which is a Lie algebra. Then IsSolvable(L) returns true if and only if L is solvable (i.e. SolvableRadical(L) = L).
The names SolubleRadical, Radical (and IsSoluble) are provided as aliases for SolvableRadical (and IsSolvable respectively).
Let L be a LAVF object which is a Lie algebra. Then the DerivedSeries method returns the derived series of L, as a list of LAVF objects.
By definition, the derived series of L is a sequence of ideals L=L1⊃L2⊃⋯⊃Li⊃⋯⊃Lk where Li+1=Li,Li⋅
These methods are 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
SR≔SolvableRadical⁡L
SR≔ξ⁢ⅆⅆx+η⁢ⅆⅆy&whereξy,y=0,ξx=0,ηx=−ξy,ηy=0
We can use the method AreSame to confirm both SR and L are the same. And therefore, L is solvable.
AreSame⁡SR,L
IsSolvable⁡L
DerivedSeries⁡L
ξ⁢ⅆⅆx+η⁢ⅆⅆy&whereξy,y=0,ξx=0,ηx=−ξy,ηy=0,ξ⁢ⅆⅆx+η⁢ⅆⅆy&whereξx=0,ηx=0,ξy=0,ηy=0,ξ⁢ⅆⅆx+η⁢ⅆⅆy&whereξ=0,η=0
The SolvableRadical, IsSolvable and DerivedSeries commands were 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
AreSame
Download Help Document