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

columnEntries -- get the entries in a column.

Description

This returns the entries of a column without extra null entries, as opposed to T_i.

i1 : T = skewTableau(new Partition from {6,3,2}, new Partition from {2}, toList(1..9))

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

o1 : SkewTableau
i2 : columnEntries(T,0)

o2 = {5, 8}

o2 : List
i3 : T_0

o3 = {, 5, 8}

o3 : List

See also

Ways to use columnEntries:

  • columnEntries(SkewTableau,ZZ)
  • columnEntries(ZZ,SkewTableau)

For the programmer

The object columnEntries is a method function.


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