all_ssytx | R Documentation |
Generates all semistandard Young tableaux of a given shape and
filled with integers between 1
and a given n
.
all_ssytx(lambda, n)
lambda |
an integer partition, the shape |
n |
an integer, the maximum value of the entries (the minimum value
is |
List of all semistandard Young tableaux with shape lambda
and filled with integers between 1
and n
.
ssytx_withGivenShapeAndWeight
.
ssytx <- all_ssytx(c(2, 1), 3)
lapply(ssytx, prettyTableau)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.