Comment #37 on issue 1646 by asmeurer: Solving inequalities
http://code.google.com/p/sympy/issues/detail?id=1646

Is there a way to make solve return an Interval rather than an And of inequalities. That was the whole point in writing the intervals module at the top of this issue.

At the very least, can we sort the output in the And better?  Something like

x ≤ 0.6640625 ∧ 0.65625 ≤ x

is harder to read than

0.65625 ≤ x ∧ x ≤ 0.6640625

and even better would be

0.65625 ≤ x ≤ 0.6640625.

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

Reply via email to