ssytx_withGivenShapeAndWeight {syt} | R Documentation |
Semistandard Young tableaux with given shape and weight
Description
Enumeration of all semistandard Young tableaux with a given
shape and a given weight. The weight of a tableau is the
vector whose i
-th element is the number of occurrences of i
in this tableau.
Usage
ssytx_withGivenShapeAndWeight(lambda, weight)
Arguments
lambda |
integer partition, the shape |
weight |
integer vector, the weight |
Value
List of all semistandard Young tableaux with shape lambda
and weight weight
.
See Also
Examples
ssytx <- ssytx_withGivenShapeAndWeight(c(4, 1), c(0, 2, 1, 1, 1))
lapply(ssytx, prettyTableau)
[Package syt version 0.5.0 Index]