| skewTableauxWithGivenShapeAndWeight | R Documentation |
Enumeration of all skew semistandard 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.
skewTableauxWithGivenShapeAndWeight(lambda, mu, weight)
lambda, mu |
integer partitions defining the skew partition:
|
weight |
integer vector, the weight |
List of all skew semistandard tableaux whose shape is the skew
partition defined by lambda and mu and whose weight is
weight.
ssstx <- skewTableauxWithGivenShapeAndWeight(c(3, 1, 1), c(2), c(1, 1, 1))
lapply(ssstx, prettySkewTableau)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.