ACE BN BNA CG CLG COMP FM FREE HEKA IDCA NCA NCSF PART SFA SG SGA SP SYMF TAB TYP

FUNCTION: Exp2Part - partition from its exponential notation

CALLING SEQUENCE:

Exp2Part(vect)
PART[Exp2Part](vect)

PARAMETERS:

vect = a vector of positive integers

SYNOPSIS:

EXAMPLES:


> with(PART):
> Exp2Part([1, 0, 4, 0, 2]);
 
                             [5, 5, 3, 3, 3, 3, 1]
 
> Part2Exp([5, 5, 3, 3, 3, 3, 1]);
 
                                [1, 0, 4, 0, 2]
 

SEE ALSO: Part2Exp Part2Border Part2Diagonal Part2Conjugate