Macaulay2 ยป Documentation
Packages ยป LieAlgebraRepresentations :: exteriorPower(ZZ,LieAlgebraRepresentation)
next | previous | forward | backward | up | index | toc

exteriorPower(ZZ,LieAlgebraRepresentation) -- computes the explicit action on $\bigwedge^k V$ for a $\mathfrak{g}$-module $V$

Description

Let $V$ be a LieAlgebraRepresentation. Then this function computes the action of $\mathfrak{g}$ on $W = \bigwedge^k V$.

In the example below, we compute $\bigwedge^2 V$ for the standard representation of $sl_3$.

i1 : V = standardRepresentation("A",2);
i2 : W = exteriorPower(2,V)

o2 = LieAlgebraRepresentation{"Basis" => Enhanced basis of ๐”ž                                                                                          }
                                                            2
                              "Module" => LL   (๐”ž )
                                            0,1  2
                              "RepresentationMatrices" => {| 0 0 0  |, | 1 0  0 |, | 0 0 0 |, | 0 1 0 |, | 0 0 -1 |, | 0 0 0 |, | 0 0 0 |, | 0  0 0 |}
                                                           | 0 1 0  |  | 0 -1 0 |  | 0 0 1 |  | 0 0 0 |  | 0 0 0  |  | 0 0 0 |  | 1 0 0 |  | 0  0 0 |
                                                           | 0 0 -1 |  | 0 0  0 |  | 0 0 0 |  | 0 0 0 |  | 0 0 0  |  | 0 1 0 |  | 0 0 0 |  | -1 0 0 |

o2 : LieAlgebraRepresentation

See also

Ways to use this method:


The source of this document is in LieAlgebraRepresentations/documentation.m2:2506:0.