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

entries(SkewTableau) -- the filling of a skew tableau

Description

This returns the filling as a list.

i1 : T = skewTableau(new Partition from {4,3,1,0},toList(1..8))

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

o1 : SkewTableau
i2 : entries T

o2 = {1, 2, 3, 4, 5, 6, 7, 8}

o2 : List

See also

Ways to use this method:


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