COMP::Compo2Conjugate
--
conjugates a composition
COMP::Compo2Conjugate(compo)
compo | - | any list denoting a composition |
The COMP::Compo2Conjugate
function calculates the conjugate (or transposed) of a
composition comp
.
Geometrically, a composition is represented by a ribbon (i.e. a skew
diagram of width 1) and conjugation amounts to reflect the diagram with
respect to the main diagonal.
>> muEC::COMP::Compo2Conjugate( [1,4,1,1,2,2] );
[1, 2, 4, 1, 1, 2]
MuPAD Combinat, an open source algebraic combinatorics package