2008/11/13 Barton Willis <willisb at unk.edu>:
> See, for example:
>
> http://www.math.utexas.edu/pipermail/maxima/2008/011492.html
>
> (%i51) load(topoly_solver)$
>
> (%i52) to_poly_solve(sqrt(x-1) = x-3,x);
> (%o52) [[x=5]]
Thank you for the code! Now, is there a reason why it can't be put
into solve() itself instead of a separate function?
- Jordi G. H.