powered by
Converts a matrix to a standard Young tableau.
matrix2syt(M)
A standard Young tableau.
a matrix
syt2matrix.
syt2matrix
M <- rbind(c(1,2,6), c(3,5,0), c(4,0,0)) matrix2syt(M)
Run the code above in your browser using DataLab