Bill Dubuque <wgd@zurich.csail.mit.edu> writes:
> Yes, I fixed all the "quotient is not exact" bugs a long time ago in
> the commercial version.
At the time of
http://www.math.utexas.edu/pipermail/maxima/2002/002378.html
I received a private email message which stated
Oddly enough, the same bug occurs in the commercial macsyma.
The bug in question is that in Maxima
(C1) gcd:subres;
(D1) SUBRES
(C2) integrate(sin(3/2)/(1-cos(3/2)^2*sin(t)^2),t,0,2*%pi);
gives the "quotient is not exact" error.
So the last version of commercial macsyma doesn't have this bug?
Wolfgang