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

Online Help

All Products    Maple    MapleSim


LieAlgebras[SimpleRoots] - find the simple roots for a set of positive roots

Calling Sequences

    SimpleRoots(PR 

Parameters     

     PR    - a list of  vectors, giving the positive roots of a simple Lie algebra

    

 

Description

Examples

Description

• 

Let be a list of roots for either an abstract root system or for a simple Lie algebra. In particular, must have an even number of elements and if then . Write  where, if then and then The set is called the set of positive roots .The choice of positive roots is not unique. If  is set of positive roots,then a root is called a simple root if it is not a sum of any other 2 positive roots. If is a set of simple roots for , then every root in is a linear combination of the roots in  with positive integer coefficients.The number of simple roots equals the rank of the Lie algebra.

• 

The command SimpleRoots(PR) returns a list of vectors defining a set of simple roots.

Examples

 

Example 1.

We calculate the simple roots for the Lie algebra This is the 36-dimensional Lie algebra of  matrices  which are skew-symmetric with respect to the skew form

We use the command SimpleLieAlgebraData to obtain the structure equations for this Lie algebra.

(2.1)

 

The following diagonal elements define a Cartan subalgebra. (This can be calculated using the command CartanSubalgebra).

sp8R > 

(2.2)

 

Here is the corresponding root space decomposition.

sp8R > 

(2.3)

 

We calculate the positive roots for .

sp8R > 

 

The rank of is 4 so we should find 4 positive roots.

sp8R > 

 

We check that the positive roots are positive integer linear combinations of the simple roots with the GetComponents command.

sp8R > 

(2.4)

See Also

DifferentialGeometry

DGzip

GetComponents

LieAlgebra

RootSpaceDecomposition

PositiveRoots

SimpleLieAlgebraData

 


Download Help Document