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

YoungTableau _ Sequence = Thing -- changes 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)=1

o2 = 1
i3 : y

o3 = | 1 2 |
     | 1 3 |

o3 : YoungTableau

Ways to use this method: