FUNCTION: IsmA - test whether the argument is an element of the monomial
basis on a formal alphabet expression
CALLING SEQUENCE:
- IsmA(expr)
- TYP[IsmA](expr)
-
PARAMETERS:
- expr = any expression
SYNOPSIS:
- The IsmA function tests whether the argument expr is an element of the
monomial basis, that is m[part](alphab) where part denotes a partition
in non-increasing order and alphab is a valid formal alphabet expression.
- Allowed alphabet expressions are linear combinations of formal
alphabets A1, A2, etc.
- Whenever there is a conflict between the function name IsmA and another
name used in the same session, use the long form TYP['IsmA'].
EXAMPLES:
> with(TYP):
> IsmA( m[2,1,1](A1-A2) );
true
> IsmA( m[3,3,1](2/3*A3) );
true
SEE ALSO: IseA IshA IspA IssA SfA