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

size(SkewTableau) -- the number of boxes in a skew tableau

Description

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

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

o1 : SkewTableau
i2 : size T

o2 = 8

See also

Ways to use this method:


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