IsSolvable - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


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

Calling Sequence

SolvableRadical( obj)

SolubleRadical( obj)

Radical( obj)

IsSolvable( obj)

IsSoluble( obj)

DerivedSeries( obj)

Parameters

obj

-

a LAVF object that is a Lie algebra i.e.IsLieAlgebra(obj) returns true, see IsLieAlgebra.

Description

• 

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  where

• 

These methods are associated with the LAVF object. For more detail, see Overview of the LAVF object.

Examples

(1)

(2)

Construct a LAVF for E(2).

(3)

(4)

(5)

We can use the method AreSame to confirm both SR and L are the same. And therefore, L is solvable.

(6)

(7)

(8)

Compatibility

• 

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