TYP::Ism
--
tests whether the argument is a generator of the m-basis
TYP::Ism(expr)
expr | - | any expression |
The TYP::Ism
function tests whether expr
is a generator of
the m-basis that is a monomial symmetric function.
The indexing vector must be a partition.
>> muEC::TYP::Ism( m[] );
TRUE
>> muEC::TYP::Ism( m[3,2,2,1] );
TRUE
>> muEC::TYP::Ism( m[2,3,2,1] );
FALSE
MuPAD Combinat, an open source algebraic combinatorics package