PART::Part2Diagonal
--
diagonals of the given partition
PART::Part2Diagonal(part)
part | - | a partition |
The PART::Part2Diagonal
function gives a list composed of a list v
and an
integer pos
; v
is the list of lengths of the successive diagonals
of the diagram of part
; pos
gives the position of the main
diagonal in v
.
>> muEC::PART::Part2Diagonal( [6,4,4,2,1] );
[[1, 1, 2, 2, 3, 3, 2, 1, 1, 1], 5]
Diagonal2Part
, Part2Border
, Part2Conjugate
, Part2Mat
, TYP::IsDiagonal
, TYP::IsPart
MuPAD Combinat, an open source algebraic combinatorics package