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

numRows(YoungTableau) -- returns the number of rows of a tableau

Synopsis

Description

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

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

o1 : YoungTableau
i2 : numrows y

o2 = 4

Ways to use this method: