Macaulay2 » Documentation
Packages » LieTypes :: irreducibleLieAlgebraModule
next | previous | forward | backward | up | index | toc

irreducibleLieAlgebraModule -- construct the irreducible Lie algebra module with given highest weight

Description

This function creates the irreducible Lie algebra module with a given highest weight.

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

o1 = g

o1 : simple LieAlgebra
i2 : irreducibleLieAlgebraModule(g,{1,1})

o2 = LL   (g)
       1,1

o2 : irreducible LieAlgebraModule over g

One can also use the shorthand LL:

i3 : LL_(1,1) (g)

o3 = LL   (g)
       1,1

o3 : irreducible LieAlgebraModule over g

as well as the shorthand ω: LL_(ω_2) (g)

Ways to use irreducibleLieAlgebraModule:

  • irreducibleLieAlgebraModule(LieAlgebra,List)
  • irreducibleLieAlgebraModule(LieAlgebra,Vector)

For the programmer

The object irreducibleLieAlgebraModule is a method function.


The source of this document is in LieTypes.m2:1911:0.