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 Tableaux/documentation.m2:848:0.