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

numColumns(YoungTableau) -- returns the number of columns 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 : numcols y

o2 = 2

Ways to use this method: