muEC::TYP::IsPart – tests whether the argument is a partition
The muEC::TYP::IsPart function tests whether expr is a partition that is a list of positive integers in non-increasing order.
Call:
muEC::TYP::IsPart(expr)
Parameters:
expr: |
any expression |
Related Functions:
muEC::TYP::IsSkewDiag, muEC::TYP::IsSkewPart
muEC::TYP::IsPart( [1,2] );
muEC::TYP::IsPart( [3,2,2,1] );