Macaulay2 » Documentation
Packages » PieriMaps :: standardTableaux
next | previous | forward | backward | up | index | toc

standardTableaux -- list all standard tableaux of a certain shape with bounded labels

Synopsis

Description

i1 : standardTableaux(3, {2,2}) -- lists all standard tableaux on the 2x2 square with entries 0,1,2

o1 = {{{0, 0}, {1, 1}}, {{0, 0}, {1, 2}}, {{0, 0}, {2, 2}}, {{0, 1}, {1, 2}},
     ------------------------------------------------------------------------
     {{0, 1}, {2, 2}}, {{1, 1}, {2, 2}}}

o1 : List

See also

Ways to use standardTableaux :

For the programmer

The object standardTableaux is a method function.