ssytx_withGivenShapeAndWeight | R Documentation |
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.
ssytx_withGivenShapeAndWeight(lambda, weight)
lambda |
integer partition, the shape |
weight |
integer vector, the weight |
List of all semistandard Young tableaux with shape lambda
and weight weight
.
all_ssytx
.
ssytx <- ssytx_withGivenShapeAndWeight(c(4, 1), c(0, 2, 1, 1, 1))
lapply(ssytx, prettyTableau)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.