PART::Part2Conjugate
--
conjugates a partition
PART::Part2Conjugate(part)
part | - | any list denoting a partition |
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.
>> muEC::PART::Part2Conjugate( [4,2,2] );
[3, 3, 1, 1]
Part2ListHook
, Part2Border
, Part2Diagonal
, TYP::IsPart
MuPAD Combinat, an open source algebraic combinatorics package