Macaulay2 » Documentation
Packages » LieTypes :: dim(LieAlgebraModule)
next | previous | forward | backward | up | index | toc

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 : simple LieAlgebra
i2 : V=irreducibleLieAlgebraModule({1,0},g)

o2 = V

o2 : irreducible LieAlgebraModule over g
i3 : dim(V)

o3 = 3

Ways to use this method: