Macaulay2 » Documentation
Packages » SpechtModule :: listToTableau(List)
next | previous | forward | backward | up | index | toc

listToTableau(List) -- constructs a Young Tableau from a doubly nested list of numbers

Synopsis

Description

i1 : l = {{0,1,2},{3,4},{5}}

o1 = {{0, 1, 2}, {3, 4}, {5}}

o1 : List
i2 : listToTableau l

o2 = | 0 1 2 |
     | 3 4 |
     | 5 |

o2 : YoungTableau

Ways to use this method: