PART::Part2Conjugate --
conjugates a partition
Call(s)
PART::Part2Conjugate(part)
Parameterspart | - | any list denoting a partition |
Introduction
The 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] );
[3, 3, 1, 1]
Related FunctionsPart2ListHook, Part2Border, Part2Diagonal, TYP::IsPart
MuPAD Combinat, an open source algebraic combinatorics package