T = setWeights(R,D,L)
Let $G$ be a semisimple Lie group of Dynkin type D which acts on R compatibly with the grading. Let $T\subset G$ be a maximal torus and assume the variables in R are weight vectors for the action of $T$. This function is used to assign a weight to each variable of R. Knowing these weights allows Macaulay2 to return the weight of monomials of R upon request.
For more information on inputting the Dynkin type of the group the user should consult the documentation of the WeylGroups package.
Weights are expressed with respect to the basis of fundamental weights in the weight lattice associated to the root system of the given type D. In this package, each weight $w$ is represented by a list of integers, namely the coefficients of $w$ in the basis of fundamental weights.
In the following example, the polynomial ring R is the symmetric algebra over $V$, where $V=\mathbb{C}^4$ and is acted upon by the group $SL_4 (\mathbb{C})$.
|
|
|
|
The source of this document is in HighestWeights/doc.m2:148:0.