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

numSemistandardTableaux -- compute the number of semistandard Young tableaux of a given shape

Description

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

i1 : # allSemistandardTableaux(new Partition from {6,6,5,1,1})

o1 = 2520
i2 : numSemistandardTableaux(new Partition from {6,6,5,1,1})

o2 = 2520

See also

Ways to use numSemistandardTableaux:

  • numSemistandardTableaux(Partition)
  • numSemistandardTableaux(Partition,ZZ)

For the programmer

The object numSemistandardTableaux is a method function.


The source of this document is in Tableaux/documentation.m2:1174:0.