muEC::PART::PCore2Part – a partition from its p-core and p-quotient
compute a partition from its p-core and p-quotient
Call:
muEC::PART::PCore2Part(pcore)
Parameters:
pcore: |
a list of lists |
Related Functions:
Details:
The function muEC::PART::PCore2Part is the inverse function of Part2PCore.
pcore is a list , where is the p-core (obtained by removing all possible outside ribbons of length p from the diagram of part) and are the partitions obtained by sorting , , , ... according to their residue modulo p.
muEC::PART::Part2PCore( [5,5,5,4,3,3,2,1,1,1], 3 );
muEC::PART::PCore2Part( % );