isSYT | R Documentation |
Checks whether a tableau is a standard Young tableau.
isSYT(tableau)
tableau |
a tableau |
A Boolean value.
tbl <- list(c(1, 2, 6), c(3, 5), 4)
isSYT(tbl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.