muEC::PART::Part2Border – border of a given partition
Computes the border of the diagram of a partition
Call:
muEC::PART::Part2Border(part, <alphabet = m>)
Parameters:
part: |
a partition |
Options:
alphabet = m: |
returns the same, denoting horizontal steps, vertical ones |
Related Functions:
muEC::PART::Border2Part, muEC::PART::Part2Conjugate, muEC::PART::Part2Diagonal, muEC::PART::Part2Mat, muEC::TYP::IsBorder, muEC::TYP::IsPart
Details:
The muEC::PART::Part2Border function gives the border of the diagram of a partition part.
The border is a list of 0 (horizontal steps) and 1 (vertical steps). border of part, 1 a vertical one.
muEC::PART::Part2Border( [6,4,4,2,1] );
muEC::PART::Part2Border( [6,4,4,2,1], alphabet=[a,b] );