mod(x,1)



Hi all again!

Is it normal that "mod"
gives an error message when the modulo is 1?

Could this be fixed in the next release of Maxima?

My other wishes for the next realese are:

(1) making "op" behave as in MaCSYma, i.e.
"op" should work on atoms
or at least the manual should clearly state that
"op" is no longer behaving as it was in MaCSYma.
In this case the same should be done for all
commands with changed form of input.

(2) For the same reason as above, "operatorp" should be
operatorp(expr,operator) :=
 if op(expr) = operator then
   TRUE
 else
   FALSE;


(3) fast_linsolve fixed

  Regards

  Fabrizio