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

Online Help

All Products    Maple    MapleSim


LieAlgebraData[LieAlgebraName] - convert an array of structure constants to a Lie algebra data structure

Calling Sequence

     LieAlgebraData(LieAlgebraName)

Parameters

     LieAlgebraName   - name or string, the name of a Lie algebra

 

Description

Examples

Description

• 

In the LieAlgebras package, the command DGsetup is used to initialize a Lie algebra -- that is, to define the basis elements for the Lie algebra and its dual and to store the structure constants for the Lie algebra in memory.  The first argument for LieAlgebraData is a Lie algebra data structure which contains the structure constants in a standard format used by the LieAlgebras package.

• 

The command LieAlgebraData(LieAlgebraName) returns the Lie algebra data structure for the Lie algebra with the name LieAlgebraName.  Thus, this command acts formally as the inverse of the command DGsetup.

• 

This command can be used to paste a Lie algebra constructed in one Maple worksheet into another worksheet.

• 

The command LieAlgebraData is part of the DifferentialGeometry:-LieAlgebras package.  It can be used in the form LieAlgebraData(...) only after executing the commands with(DifferentialGeometry) and with(LieAlgebras), but can always be used by executing DifferentialGeometry:-LieAlgebras:-LieAlgebraData(...).

Examples

withDifferentialGeometry:withLieAlgebras:

 

Example 1.

First we initialize a 3-dimensional Lie algebra called Ex1.

L_DGLieAlgebra,Ex1,3,1,2,1,1,2,3,2,1

Le1,e2=e1,e2,e3=e2

(2.1)

DGsetupL

Lie algebra: Ex1

(2.2)

 

LieAlgebraData gives us back the Lie algebra data structure for the Lie algebra Ex1.  We can paste the output of LieAlgebraData into another worksheet.

Ex1 > 

recoverLLieAlgebraDataEx1

recoverLe1,e2=e1,e2,e3=e2

(2.3)

See Also

DifferentialGeometry

LieAlgebras

LieAlgebraData