syt2matrix | R Documentation |
Representation of a standard Young tableau as a sparse matrix.
syt2matrix(syt)
syt |
a standard Young tableau |
A sparse matrix.
This function is the same as tableau2matrix
except that
in addition it checks that the given tableau is a standard Young tableau.
matrix2syt
.
syt <- list(c(1, 2, 6), c(3, 5), 4)
syt2matrix(syt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.