Comment #2 on issue 3244 by [email protected]: solve() gives wrong result for quadratic inequality
http://code.google.com/p/sympy/issues/detail?id=3244
Yeah, it has problems when the roots are anything by rational:
solve(-3*x**2/2 - 15*x + S(33)/2 > 0)
And(-11 < x, x < 1)
solve(-3*x**2/2 - x + S(33)/2 > 0)
And(-11/3 < x, x < 3)
solve(-3*x**2/2 - x/2 + S(33)/2 > 0)
False -- 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.
