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

ferrersDiagram -- a net of the Ferrers 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 : ferrersDiagram T

o2 =     ● ● 
       ● ●   
     ●       

See also

Ways to use ferrersDiagram:

  • ferrersDiagram(Partition)
  • ferrersDiagram(Partition,Partition)
  • ferrersDiagram(SkewTableau)

For the programmer

The object ferrersDiagram is a method function.


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