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 /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/Tableaux/documentation.m2:1736:0.