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

entries(YoungTableau) -- returns the filling of the tableau

Synopsis

Description

i1 : y = youngTableau(new Partition from {3,1,1},{2,0,1,4,3})

o1 = | 2 0 1 |
     | 4 |
     | 3 |

o1 : YoungTableau
i2 : entries y

o2 = {2, 0, 1, 4, 3}

o2 : List

Ways to use this method: