| skewGelfandTsetlinPatterns {syt} | R Documentation |
Skew Gelfand-Tsetlin patterns
Description
Enumeration of Gelfand-Tsetlin patterns defined by a given skew partition and a given weight.
Usage
skewGelfandTsetlinPatterns(lambda, mu, weight)
Arguments
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 |
Value
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.
See Also
Examples
skewGelfandTsetlinPatterns(c(3, 1, 1), c(2), c(1, 1, 1))