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

MutableYoungTableau _ Sequence = Thing -- change an entry of a mutable Young tableau

Description

i1 : T = mutableYoungTableau(new Partition from {4,2,1}, new Partition from {1}, toList(1..6))

         ┌───┬───┬───┐
o1 =     │ 1 │ 2 │ 3 │
     ┌───┼───┼───┴───┘
     │ 4 │ 5 │        
     ├───┼───┘        
     │ 6 │            
     └───┘            

o1 : MutableYoungTableau
i2 : T_(0,2) = 9

o2 = 9
i3 : T

         ┌───┬───┬───┐
o3 =     │ 1 │ 9 │ 3 │
     ┌───┼───┼───┴───┘
     │ 4 │ 5 │        
     ├───┼───┘        
     │ 6 │            
     └───┘            

o3 : MutableYoungTableau

Ways to use this method:


The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/Tableaux/documentation.m2:792:0.