View source: R/skewGelfandTsetlin.R
skewGelfandTsetlinPatterns | R Documentation |
Enumeration of Gelfand-Tsetlin patterns defined by a given skew partition and a given weight.
skewGelfandTsetlinPatterns(lambda, mu, weight)
lambda , mu |
integer partitions defining the skew partition:
|
weight |
integer vector; this vector will be the
differences of the row sums of the generated Gelfand-Tsetlin patterns;
consequently, there will be no generated Gelfand-Tsetlin pattern unless
the sum of |
A list of matrices with non-negative integer entries. The number
of columns of these matrices is the length of lambda
and the
number of rows of these matrices is one plus the length of weight
.
GelfandTsetlinPatterns
.
skewGelfandTsetlinPatterns(c(3, 1, 1), c(2), c(1, 1, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.