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
The object adjointModule is a method function.