Macaulay2 » Documentation
Packages » SpechtModule :: YoungTableau _ Sequence
next | previous | forward | backward | up | index | toc

YoungTableau _ Sequence -- retrieves the entry in cell (a,b) from a Young Tableau

Synopsis

Description

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

o1 = | 0 2 |
     | 1 3 |

o1 : YoungTableau
i2 : y_(0,0)

o2 = 0
i3 : y_(1,1)

o3 = 3

Ways to use this method: