Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium Solvers

New issue 2813 by asmeu...@gmail.com: solve(x**2 - x - 0.1) doesn't give both solutions
http://code.google.com/p/sympy/issues/detail?id=2813

In [63]: solve(x**2 - x - 0.1)
Out[63]: [1.09160797830996]

In [64]: roots(x**2 - x - 0.1)
Out[64]: {-0.0916079783099616: 1, 1.09160797830996: 1}

The output of [63] should have both roots.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to