Stavros Macrakis [26/10/03 11:47 -0500]:
>
> > What is the difference between factor and gfactor?
> simp: false; /* prevent %i^2 from simplifying */
>
> factor(x^2+1,%i^2+1) =>
>
> (x-%i)*(x+%i)
>
I reproduced this, but when I returned to simp:true, and then
tried factor(x^2+1,%i^2+1), I got a "memory may be damaged"
error. I then sarted a fresh copy of Maxima - same error. Here is
the output:
(C1) factor(x^2+1,%i^2+1);
Error: Caught fatal error [memory may be damaged]
Fast links are on: do (si::use-fast-links nil) for debugging
Error signalled by MACSYMA-TOP-LEVEL.
Broken at FACTOR. Type :H for Help.
MAXIMA>>
Anybody else having this problem?
Milan Lukic
>
> _______________________________________________
> Maxima mailing list
> Maxima@www.math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>