muEC::SG::SgCharTable – the character table

computes the table of characters

→ Examples

Calls:

muEC::SG::SgCharTable(n, <part1>, <part2>)

muEC::SG::SgCharTable(n, <index>)

Parameters:

n

any positive integer denoting the degree of a symmetric group

part1, part2

any lists denoting partitions

Options:

index

return the index of the table in their order

Related Functions:

muEC::TYP::IsPart

Details:

The muEC::SG::SgCharTable gives the table of characters for the symmetric group of order n. Let math be this matrix, part1, part2 be two partitions of n, of index math, math in the list of partitions muEC::SG::SgCharTable(n, index), then math is equal to the value of the irreducible character of index part1 on the conjugacy class indexed by part2.

Example 1:

muEC::SG::SgCharTable( 3 );

math

muEC::SG::SgCharTable( 3, index );

math

muEC::SG::SgCharTable(3, [2,1], [1,1,1]);

math