next | previous | forward | backward | up | top | index | toc | Macaulay2 website
LieTypes :: dim(LieAlgebraModule)

dim(LieAlgebraModule) -- computes the dimension of a Lie algebra module as a vector space over the ground field

Synopsis

Description

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

o1 = g

o1 : LieAlgebra
i2 : V=irreducibleLieAlgebraModule({1,0},g)

o2 = V

o2 : g module
i3 : dim(V)

o3 = 3

Ways to use this method: