muEC::PART::Frob2Part – from Frobenius notation to standard notation for partitions

Compute a partition from its Frobenius symbol.

→ Examples

Call:

muEC::PART::Frob2Part(frob)

Parameters:

frob

a list of two decreasing lists of the same length

Related Functions:

muEC::PART::Part2Border, muEC::PART::Part2Conjugate, muEC::PART::Part2Diagonal, muEC::PART::Part2Frob, muEC::PART::Part2Mat, muEC::TYP::IsPart

Details:

The muEC::PART::Frob2Part function computes a partition from its Frobenius symbol; that is the decomposition of its diagram into diagonal hooks. The inverse function is Part2Frob.

The input is a list of two lists (list of diagonal arms, list of diagonal legs).

The result is a list denoting a partition.

Example 1:

muEC::PART::Frob2Part( [[6,3,0], [4,2,1]] );

math