muEC::SYMF::KostkaNumber – computes the Kostka number

muEC::SYMF::KostkaNumber(part1, part2) computes the Kostka number of part1, part2, that is to say the number of tableaux of shape part1 and of content part2.

If part1 is a skew partition, muEC::SYMF::KostkaNumber returns the numbers of skew tableaux of the given shape.

→ Examples

Call:

muEC::SYMF::KostkaNumber(part1, part2)

Parameters:

part1

any list denoting a partition or a skew partition

part2

any list denoting a partition

Related Functions:

muEC::SYMF::KostkaTable, muEC::TYP::IsPart, muEC::TYP::IsSkewPart

Example 1:

muEC::SYMF::KostkaNumber( [[3,1,1],[1]], [1,1] );

math