all_ssSkewTableaux | R Documentation |
Enumeration of all semistandard skew tableaux with given shape and given maximum entry.
all_ssSkewTableaux(lambda, mu, n)
lambda , mu |
integer partitions defining the skew partition:
|
n |
a positive integer, the maximum entry of the skew tableaux |
The list of all semistandard skew tableaux whose shape is the skew
partition defined by lambda
and mu
and with maximum entry
n
.
all_ssytx
,
skewTableauxWithGivenShapeAndWeight
.
ssstx <- all_ssSkewTableaux(c(4, 3, 1), c(2, 2), 2)
lapply(ssstx, prettySkewTableau)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.