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

That's good. It's unfortunate but currently we underutilize assumptions in SymPy (for known reasons). Anyway, in solve() I would like to have additional syntax, e.g.:

solve([x**2 - 1 > 0, x in Reals])

(where Reals would be a SymPy class and 'in' method would return an instance of Element class).

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@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