RE : RE : solve(a + x - sqrt(x) ,x)



maxima-bounces at math.utexas.edu wrote on 09/11/2006 01:47:07 PM:

> It is the smallest expression which I found with which the bug appears.
> 
> (%i1) topoly( b * sqrt(c) / ( d + sqrt( e ) ) = f);
> 
> (%o1)                     e * f^2 + 2 * d * sqrt( e ) * f^2 + d^2 * 
> f^2 - b^2 * c = 0

Thanks for the report; this also doesn't work:
 
(%i13) topoly(1/(d + sqrt(e)));
(%o13) sqrt(e)+d=0

I'll see if I can fix it.

Barton