count_sytx | R Documentation |
Number of standard Young tableaux of a given shape.
count_sytx(lambda)
lambda |
an integer partition, the shape |
An integer, the number of standard Young tableaux of shape lambda
.
all_sytx
.
count_sytx(c(5, 4, 1))
length(all_sytx(c(5, 4, 1)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.