all_sytx | R Documentation |
Generates all standard Young tableaux of a given shape.
all_sytx(lambda)
lambda |
the shape, an integer partition |
A list of standard Young tableaux.
sytx <- all_sytx(c(5, 2))
lapply(sytx, prettyTableau)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.