On 8/6/2011 12:05 PM, Robert Dodier wrote:
> ute over lists, matrices, and equations, while exp is not so declared.
> You can get the desired effect like this in a Maxima session, or just
> put the Lisp code in maxima-init.lisp. :lisp (setf (get '%exp
> 'distribute_over) '(mlist mequal))
Unfortunately this works only if you write exp(a=b) but not %e^(a=b).
I believe this will not work on any internal forms generated
computationally.
RJF