count_ssytx | R Documentation |
Number of semistandard Young tableaux of a given shape and
filled with integers between 1
and a given n
.
count_ssytx(lambda, n)
lambda |
an integer partition, the shape |
n |
an integer, the maximum value of the entries (the minimum value
is |
The number of semistandard Young tableaux with shape lambda
and filled with integers between 1
and n
.
KostkaNumber
.
count_ssytx(c(4, 3, 3, 2), 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.