Macaulay2 » Documentation
Packages » Tableaux :: mutableYoungTableau
next | previous | forward | backward | up | index | toc

mutableYoungTableau -- constructor for type MutableYoungTableau

Description

This is the same as type YoungTableau, except that the entries may be changed.

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

See also

Ways to use mutableYoungTableau:

  • mutableYoungTableau(Partition)
  • mutableYoungTableau(Partition,List)
  • mutableYoungTableau(Partition,Partition)
  • mutableYoungTableau(Partition,Partition,List)
  • mutableYoungTableau(Sequence,List)

For the programmer

The object mutableYoungTableau is a method function.


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