PART::Frob2Part
--
from Frobenius notation to standard notation for partitions
PART::Frob2Part(frob)
frob | - | a list of two decreasing lists of the same length |
The 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.
>> muEC::PART::Frob2Part( [[6,3,0], [4,2,1]] );
[7, 5, 3, 3, 1]
Part2Frob
, Part2Border
, Part2Diagonal
, Part2Conjugate
, Part2Mat
, TYP::IsPart
MuPAD Combinat, an open source algebraic combinatorics package