Macaulay2 ยป Documentation
Packages ยป LieTypes :: adjointModule
next | previous | forward | backward | up | index | toc

adjointModule -- The adjoint module of a Lie algebra

Description

Returns the module corresponding to the adjoint representation of a Lie algebra.

i1 : g=simpleLieAlgebra("A",2)

o1 = g

o1 : simple LieAlgebra
i2 : adjointModule g

o2 = LL   (g)
       1,1

o2 : irreducible LieAlgebraModule over g
i3 : adjointModule (g++g)

o3 = LL       (๐”ž  ++ ๐”ž ) ++ LL       (๐”ž  ++ ๐”ž )
       0,0,1,1  2     2       1,1,0,0  2     2

o3 : LieAlgebraModule over ๐”ž  ++ ๐”ž
                            2     2

Ways to use adjointModule :

For the programmer

The object adjointModule is a method function.