muEC::PART::Part2Frob – Frobenius notation of a partition

Computes Frobenius notation of a partition from standard partition notation.

→ Examples

Call:

muEC::PART::Part2Frob(part)

Parameters:

part

any list denoting a partition

Related Functions:

muEC::PART::Frob2Part, muEC::PART::Part2Border, muEC::PART::Part2Conjugate, muEC::PART::Part2Mat, muEC::TYP::IsPart

Details:

The muEC::PART::Part2Frob function converts a partition into its Frobenius notation, which encodes the decomposition of its diagram into diagonal hooks.

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

Example 1:

muEC::PART::Part2Frob( [7,5,3,3,1] );

math