PART::Part2Frob
--
from standard partition notation to Frobenius notation
PART::Part2Frob(part)
part | - | any list denoting a partition |
The 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).
>> muEC::PART::Part2Frob( [7,5,3,3,1] );
[[6, 3, 0], [4, 2, 1]]
Frob2Part
, Part2Border
, Part2Conjugate
, Part2Mat
, TYP::IsPart
MuPAD Combinat, an open source algebraic combinatorics package