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

youngDiagram -- a net of the Young diagram

Description

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

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

o1 : SkewTableau
i2 : youngDiagram T

             ┌───┬───┐
o2 =         │   │   │
         ┌───┼───┼───┘
         │   │   │    
     ┌───┼───┴───┘    
     │   │            
     └───┘            

See also

Ways to use youngDiagram:

  • youngDiagram(Partition)
  • youngDiagram(Partition,Partition)
  • youngDiagram(SkewTableau)

For the programmer

The object youngDiagram is a method function.


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