next | previous | forward | backward | up | top | index | toc | Macaulay2 website
SpechtModule :: listToTableau(List)

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: