muEC::PART::Part2Diagonal – diagonals of partitions
Compute the diagonals of a partition.
Call:
muEC::PART::Part2Diagonal(part)
Parameters:
part: |
a partition |
Related Functions:
muEC::PART::Diagonal2Part, muEC::PART::Part2Border, muEC::PART::Part2Conjugate, muEC::PART::Part2Mat, muEC::TYP::IsDiagonal, muEC::TYP::IsPart
Details:
The muEC::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] );