[sage-devel] Doctest failure solving an equation solve(Q*sqrt(Q^2 + 2) - 1, Q)
- Subject: [sage-devel] Doctest failure solving an equation solve(Q*sqrt(Q^2 + 2) - 1, Q)
- From: Barton Willis
- Date: Sun, 9 Aug 2009 17:08:07 -0500
Robert fixed this bug:
$ ./maxima-local
Maxima 5.18post http://maxima.sourceforge.net
(%i2) load("to_poly_solver.mac")$
(%i3) display2d : false$
(%i4) to_poly_solve(q*sqrt(q^2+2)-1,q);
(%o4) %union([q = -1/sqrt(1-sqrt(2))],[q = 1/sqrt(1-sqrt(2))],[q = 1/sqrt
(sqrt(2)+1)])
Barton
-----maxima-bounces at math.utexas.edu wrote: -----
>Subject:?Re:?[Maxima]?[sage-devel]?Doctest?failure?solving?an
>equation solve(Q*sqrt(Q^2?+?2)?-?1,?Q)