error message



If you guys are going to fix this problem this way then I don't have to
write my own version of facsum which would be nice since writing my own
version is a distraction from making pw.mac work with the facsum function
(It is doable though, I have already started on it.  I just don't want to
waste my time on something that is not needed).

On Wed, Aug 19, 2009 at 8:15 AM, Barton Willis <willisb at unk.edu> wrote:

> -----macrakis at gmail.com wrote: -----
>
> >We should fix facsum so it works on all our underlying
> >implementations.  Users should not have to worry about such things.
> >
> >           -s
>
> Could the defmfun macro be modified to make this work without changing
> anything else? That would fix all such bugs.
>
> Otherwise, $ratsimp could be a Maxima function (ratsimp(e,[v]) := ...)
> that would call something like
>
> (defmfun ratsimp (e vars) ...)
>
> Using the #$ reader macro, it's possible to include Maxima code in
> with Lisp. But when Maxima compiles rat3e.lisp, the #$ macro has not yet
> been defined, I think--I didn't test this fix.
>
> Barton
>
>
>
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>