PART::Exp2Part
--
partition from its exponential notation
PART::Exp2Part(vect)
vect | - | a list of positive integers |
The PART::Exp2Part
function is the inverse function of Part2Exp
.
The exponential notation of a partition is a vector of positive integers that indicates the number of occurrences a part appears in the partition.
>> muEC::PART::Exp2Part( [1, 0, 4, 0, 2] );
[5, 5, 3, 3, 3, 3, 1]
MuPAD Combinat, an open source algebraic combinatorics package