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

readingWord -- get the reading word of a tableau

Description

The reading word is the list of entries going up the columns, from left to right.

i1 : T = youngTableau(new Partition from {6,3,2}, new Partition from {2}, toList(10..18))

               ┌────┬────┬────┬────┐
o1 =           │ 10 │ 11 │ 12 │ 13 │
     ┌────┬────┼────┼────┴────┴────┘
     │ 14 │ 15 │ 16 │               
     ├────┼────┼────┘               
     │ 17 │ 18 │                    
     └────┴────┘                    

o1 : YoungTableau
i2 : readingWord T

o2 = {17, 14, 18, 15, 16, 10, 11, 12, 13}

o2 : List

Ways to use readingWord:

  • readingWord(YoungTableau)

For the programmer

The object readingWord 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:1054:0.