next | previous | forward | backward | up | top | index | toc | Macaulay2 website
SpechtModule :: size(YoungTableau)

size(YoungTableau) -- returns the number of cells of a tableau

Synopsis

Description

The size is calculated as the sum of the numbers in the partition associated to the tableau

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

o1 = | 2 0 |
     | 1 |
     | 4 |
     | 3 |

o1 : YoungTableau
i2 : size y

o2 = 5

Ways to use this method: