muEC::PART::Exp2Part – partition from its exponential notation

Compute a partition from its exponential notation

→ Examples

Call:

muEC::PART::Exp2Part(vect)

Parameters:

vect

a list of positive integers

Related Functions:

muEC::PART::Part2Exp

Details:

The muEC::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.

Example 1:

muEC::PART::Exp2Part( [1, 0, 4, 0, 2] );

math