components T
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
The source of this document is in Tableaux/documentation.m2:849:0.