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

toList(Tabloid) -- list representation of a tabloid

Description

i1 : T = tabloid(new Partition from {3,1}, {1,2,3,4})

     ┌───────────┐
o1 = │ 1   2   3 │
     ├───┬───────┘
     │ 4 │        
     └───┘        

o1 : Tabloid
i2 : listT = toList T

o2 = -*a bagged sequence of length 6*-

o2 : Bag
i3 : peek listT

         ┌───┬───┬───┐  ┌───┬───┬───┐  ┌───┬───┬───┐  ┌───┬───┬───┐  ┌───┬───┬───┐  ┌───┬───┬───┐
o3 = Bag{│ 1 │ 2 │ 3 │, │ 1 │ 3 │ 2 │, │ 2 │ 1 │ 3 │, │ 2 │ 3 │ 1 │, │ 3 │ 1 │ 2 │, │ 3 │ 2 │ 1 │}
         ├───┼───┴───┘  ├───┼───┴───┘  ├───┼───┴───┘  ├───┼───┴───┘  ├───┼───┴───┘  ├───┼───┴───┘
         │ 4 │          │ 4 │          │ 4 │          │ 4 │          │ 4 │          │ 4 │        
         └───┘          └───┘          └───┘          └───┘          └───┘          └───┘        

Ways to use this method:


The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/Tableaux/documentation.m2:1808:0.