Macaulay2 » Documentation
Packages » Tableaux :: components(SkewTableau)
next | previous | forward | backward | up | index | toc

components(SkewTableau) -- get the connected components of a tableau

Description

i1 : T = skewTableau(new Partition from {6,2,2}, new Partition from {2}, toList(0..7))

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

o1 : SkewTableau
i2 : components T

      ┌───┬───┬───┬───┐  ┌───┬───┐
o2 = {│ 0 │ 1 │ 2 │ 3 │, │ 4 │ 5 │}
      └───┴───┴───┴───┘  ├───┼───┤
                         │ 6 │ 7 │
                         └───┴───┘

o2 : List

See also

Ways to use this method:


The source of this document is in Tableaux/documentation.m2:849:0.