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

size(YoungTableau) -- the number of boxes in a tableau

Description

i1 : T = youngTableau(new Partition from {4,3,1,0})

     ┌───┬───┬───┬───┐
o1 = │   │   │   │   │
     ├───┼───┼───┼───┘
     │   │   │   │    
     ├───┼───┴───┘    
     │   │            
     └───┘            

o1 : YoungTableau
i2 : size T

o2 = 8

See also

Ways to use this method:


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