muEC::PART::Part2Conjugate – conjugates a partition

Compute the conjugates of a partition.

→ Examples

Call:

muEC::PART::Part2Conjugate(part)

Parameters:

part

any list denoting a partition

Related Functions:

muEC::PART::Part2Border, muEC::PART::Part2Diagonal, muEC::PART::Part2ListHook, muEC::TYP::IsPart

Details:

The muEC::PART::Part2Conjugate function gives the conjugate (or transposed) of a partition. Geometrically, conjugation amounts to reflecting the diagram of the partition with respect to the main diagonal.

A partition is a list of weakly decreasing strictly positive integers.

Example 1:

muEC::PART::Part2Conjugate( [4,2,2] );

math