muEC::SYMF::KostkaTable – computes the list of tableaux of a given shape and a given content
muEC::SYMF::KostkaTable(part1, part2) computes the Kostka table of part1, part2, that is to say the list of tableaux of shape part1 and of content part2.
If part1 is a skew partition, muEC::SYMF::KostkaTable returns the list of skew tableaux of the given shape.
Call:
muEC::SYMF::KostkaTable(part1, part2)
Parameters:
part1: |
any list denoting a partition or a skew partition |
part2: |
any list denoting a partition |
Related Functions:
muEC::SYMF::KostkaNumber, muEC::TYP::IsPart, muEC::TYP::IsSkewPart
// The following example is broken
muEC::SYMF::KostkaTable( [[3,1,1],[1]], [1,1] );
NIL