Comment #33 on issue 1646 by asmeurer: Solving inequalities
http://code.google.com/p/sympy/issues/detail?id=1646
Nice, although it isn't clear that you need to add the Assume to make it
work. I guess the solve() docstring needs to be updated.
Also, this is probably a problem with ask, but this doesn't work:
In [4]: x = Symbol('x', real=True)
In [5]: solve(abs(x - 4) + abs(3*abs(x) - 5) < 7, x)
...
NotImplementedError: can't solve inequalities with absolute values
--
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.