TYP::Ism --
tests whether the argument is a generator of the m-basis
Call(s)
TYP::Ism(expr)
Parametersexpr | - | any expression |
Introduction
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.
Example 1>> muEC::TYP::Ism( m[] );
TRUE
>> muEC::TYP::Ism( m[3,2,2,1] );
TRUE
>> muEC::TYP::Ism( m[2,3,2,1] );
FALSE
Related FunctionsMuPAD Combinat, an open source algebraic combinatorics package