Macaulay2 » Documentation
Packages » Tableaux :: numStandardTableaux
next | previous | forward | backward | up | index | toc

numStandardTableaux -- compute the number of standard Young tableaux of a given shape

Description

A bagged list of the tableaux can be created with allStandardTableaux.

i1 : # allStandardTableaux(new Partition from {4,2,1})

o1 = 35
i2 : numStandardTableaux(new Partition from {4,2,1})

o2 = 35

See also

Ways to use numStandardTableaux:

  • numStandardTableaux(Partition)

For the programmer

The object numStandardTableaux is a method function.


The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/Tableaux/documentation.m2:848:0.