FUNCTION: Part2Conjugate - conjugate a partition
CALLING SEQUENCE:
- Part2Conjugate(part)
- PART[Part2Conjugate](part)
-
PARAMETERS:
- part = any list denoting a partition in (weakly) decreasing order
SYNOPSIS:
- The 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.
- Whenever there is a conflict between the function name Part2Conjugate
and another name used in the same session, use the long form
PART['Part2Conjugate'].
EXAMPLES:
> with(PART):
> Part2Conjugate([4,2,2]);
[3, 3, 1, 1]
SEE ALSO: Part2ListHook Part2Border Part2Diagonal