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.

→ Examples

Call:

muEC::TYP::IsPart(expr)

Parameters:

expr

any expression

Related Functions:

muEC::TYP::IsSkewDiag, muEC::TYP::IsSkewPart

Example 1:

muEC::TYP::IsPart( [1,2] );

math

muEC::TYP::IsPart( [3,2,2,1] );

math