transforming mqutotient expressions



----maxima-admin@math.utexas.edu wrote: -----

>You'll probably also want to handle mminus -- -x
>parses as ((mminus) x) before it simplifies to ((mtimes) -1 x).

Thanks for the advice and extra tip -- my code was
misbehaving because of the way it handled ((mminus) ...)
expressions and not ((mquotient) ...) expressions
(as I had first guessed).


Barton