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

LieAlgebraModule ** LieAlgebraModule -- tensor product of LieAlgebraModules

Synopsis

Description

Computes the tensor product of two Lie algebra modules.

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

o1 = g

o1 : simple LieAlgebra
i2 : U=irreducibleLieAlgebraModule({4,2},g)

o2 = U

o2 : irreducible LieAlgebraModule over g
i3 : V=irreducibleLieAlgebraModule({3,1},g)

o3 = V

o3 : irreducible LieAlgebraModule over g
i4 : U**V

                                                               2              2                                      2              2                          2
o4 = LL   (g) ++ LL   (g) ++ LL   (g) ++ LL   (g) ++ (LL   (g))  ++ (LL   (g))  ++ LL   (g) ++ LL   (g) ++ (LL   (g))  ++ (LL   (g))  ++ LL   (g) ++ (LL   (g))  ++ LL   (g) ++ LL   (g) ++ LL   (g)
       0,5         1,3         1,6         2,1          2,4            3,2           3,5         4,0          4,3            5,1           5,4          6,2           7,0         7,3         8,1

o4 : LieAlgebraModule over g

See also

Ways to use this method: