Status: Accepted Owner: ondrej.certik Labels: Type-Defect Priority-Medium
New issue 1868 by ondrej.certik: solve(floating point, x) stopped working http://code.google.com/p/sympy/issues/detail?id=1868 This fails in the master (new polys): In [1]: EQN1 = -12.0* 12.0*(2*sqrt(3.0) + 9.0) + (78.0 + 24.0*sqrt(3.0) )*x**2 - 3.0*sqrt(2.0) * x**3 - x**4 In [2]: solve(EQN1, x) Out[2]: ⎡ ⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽ ⎢ ╱ ⎢ ╱ 168.425625842204 + ───────────────────────────── ⎢ ╱ ⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽ ⎢ ╱ ╱ ⎢ ╱ ╱ 84.212812921102 + ───── ⎢ ╱ ╱ 3 ⎽⎽⎽ ⎢ ╲╱ ╲╱ ╲╱ 29 ⎢-1.06066017177982 + ───────────────────────────────────────────────────────── ... -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.
