[Maxima] declare(A,outative)

Richard Fateman fateman at cs.berkeley.edu
Fri Sep 3 12:44:17 CDT 2010


  I think you can do  apply1(expres,r1,r2), to save some typing..

You may need more rules like

notone(x):=if x=1 then true else false

matchdeclare(n1, notone);

defrule (r3, A(x(a), n1*y(a)),    n1* A(x(a),y(a)))


RJF


More information about the Maxima mailing list