TYP::IsPart --
tests whether the argument is a partition
Call(s)
TYP::IsPart(expr)
Parametersexpr | - | any expression |
Introduction
The TYP::IsPart function tests whether expr is a partition that is a
list of positive integers in non-increasing order.
Example 1>> muEC::TYP::IsPart( [1,2] );
FALSE
>> muEC::TYP::IsPart( [3,2,2,1] );
TRUE
Related FunctionsMuPAD Combinat, an open source algebraic combinatorics package