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