Updates:
Status: Accepted
Cc: [email protected] [email protected]
Labels: Solvers Assumptions
Comment #1 on issue 2410 by asmeurer: Setting range for variables
http://code.google.com/p/sympy/issues/detail?id=2410
Support for solving inequalities has been added since the last release in
the git master and will be in the next release:
In [6]: a = Symbol('a', real=True)
In [7]: solve (a**2 - 2 > 0, a)
Out[7]:
⎽⎽⎽ ⎽⎽⎽
╲╱ 2 < a ∨ a < -╲╱ 2
I thought there was an issue for the other one, but I couldn't find it
(anyway, it there is one, it doesn't have the proper labels attached to
it). Chris or Nicolas, do yo know if there is an issue for that? If so,
please merge this issue into that one.
--
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.