Status: Valid
Owner: ----
Labels: Type-Defect Priority-Medium Solvers WrongResult

New issue 3244 by [email protected]: solve() gives wrong result for quadratic inequality
http://code.google.com/p/sympy/issues/detail?id=3244

This is possibly related to issue 3243.

In [346]: solve(-3*alpha**2/2 - 45*alpha/4 + S(33)/2 > 0)
Out[346]: False

In [347]: (-3*alpha**2/2 - 45*alpha/4 + S(33)/2).subs(alpha, 0)
Out[347]: 33/2

--
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.

Reply via email to