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

tabloid -- constructor for type Tabloid

Description

i1 : lam = new Partition from {4,3,2}

o1 = Partition{4, 3, 2}

o1 : Partition
i2 : mu = new Partition from {3,1}

o2 = Partition{3, 1}

o2 : Partition
i3 : entryList = {1,4,2,3,5}

o3 = {1, 4, 2, 3, 5}

o3 : List
i4 : T = tabloid(lam,mu,entryList)

                 ┌───┐
o4 =             │ 1 │
         ┌───────┼───┘
         │ 4   2 │    
     ┌───┴───┬───┘    
     │ 3   5 │        
     └───────┘        

o4 : Tabloid

See also

Ways to use tabloid:

  • tabloid(Partition,List)
  • tabloid(Partition,Partition,List)
  • tabloid(Sequence,List)
  • tabloid(YoungTableau)

For the programmer

The object tabloid 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:1337:0.