
| ACE | BN | BNA | CG | CLG | COMP | FM | FREE | HEKA | IDCA | NCA | NCSF | PART | SFA | SG | SGA | SP | SYMF | TAB | 
FUNCTION: IsRegPart - test whether the argument is a n-regular partition
CALLING SEQUENCE:
PARAMETERS:
SYNOPSIS:
EXAMPLES:
> with(TYP):
> Part2Conjugate([3, 3, 2, 2, 1, 1]);
 
                                   [6, 4, 2]
 
> IsRegPart(2, [3, 3, 2, 2, 1, 1]);
 
                                    false
 
> IsRegPart(3, [3, 3, 2, 2, 1, 1]);
 
                                     true
 
SEE ALSO: PART[Part2Conjugate] PART[ListPart] IsPart IsSkewPart