gtPolytope("A",lambda)Currently only supported for $\mathfrak{g} = sl_n$.
Let $\lambda$ be a partition with $n$ parts, written in nonincreasing order. A Gelfand-Tsetlin pattern of shape $\lambda$ is a triangular array of the following form:
$\begin{array}{ccccccccc} x_{n,1} & & x_{n,2} & & x_{n,3} & & \cdots && x_{n,n} \\ &x_{n-1,1} & & x_{n-1,2} & & \cdots & x_{n-1,n-1} & \\ && \ddots \\ && & x_{2,1} && x_{2,2} \\ &&&& x_{1,1}\end{array}$
Each entry $x_{i,j}$ is a nonnegative integer, the top row $x_{n,i}$ corresponds to $\lambda$, and the entries satisfy the inequalities $x_{k,i} \geq x_{k-1,i} \geq x_{k,i+1}$.
This function outputs the polytope defined by these inequalities and equations.
|
|
|
|
|
The object gtPolytope is a method function.
The source of this document is in LieAlgebraRepresentations/documentation.m2:2279:0.