Re: Issue 2322 in sympy: is_real problems with (pi/log(real))

2013-03-15 Thread sympy
Comment #4 on issue 2322 by skirpic...@gmail.com: is_real problems with (pi/log(real)) http://code.google.com/p/sympy/issues/detail?id=2322 I think, there is some syntax misconception. ask(pi/log(r), Q.real) - meaningless (not good proposition!). Second argument for ask is an assumption

Re: Issue 3693 in sympy: solve() returns only subset of solutions for polynomial eqs

2013-03-15 Thread sympy
Updates: Status: Fixed Comment #4 on issue 3693 by smi...@gmail.com: solve() returns only subset of solutions for polynomial eqs http://code.google.com/p/sympy/issues/detail?id=3693 (No comment was entered for this change.) -- You received this message because this project is

Re: Issue 2322 in sympy: is_real problems with (pi/log(real))

2013-03-15 Thread sympy
Comment #5 on issue 2322 by asmeu...@gmail.com: is_real problems with (pi/log(real)) http://code.google.com/p/sympy/issues/detail?id=2322 Maybe there should be some type checking. -- You received this message because this project is configured to send all issue notifications to this

Re: Issue 1246 in sympy: improve solve() to handle absolute values

2013-03-15 Thread sympy
Comment #3 on issue 1246 by skirpic...@gmail.com: improve solve() to handle absolute values http://code.google.com/p/sympy/issues/detail?id=1246 In [2]: x=Symbol('x') In [3]: solve(abs(x-2),x) Out[3]: [2] In [4]: solve(abs(x-2)-1,x) Out[4]: [1, 3] Looks ok. Close? -- You received this

Re: Issue 2019 in sympy: Add new (assumptions) fact about algebraic elements.

2013-03-15 Thread sympy
Comment #2 on issue 2019 by skirpic...@gmail.com: Add new (assumptions) fact about algebraic elements. http://code.google.com/p/sympy/issues/detail?id=2019 Perhaps, Implies(Q.rational, Q.algebraic) we should include too: https://github.com/sympy/sympy/pull/1899 -- You received this message

Re: Issue 1246 in sympy: improve solve() to handle absolute values

2013-03-15 Thread sympy
Updates: Status: Fixed Comment #4 on issue 1246 by asmeu...@gmail.com: improve solve() to handle absolute values http://code.google.com/p/sympy/issues/detail?id=1246 Yeah, this was fixed a long time ago by commit b6b68bf29d7c6ead6857743452cbea5d2077082b Author: Chris Smith

Re: Issue 2625 in sympy: Imaginary unit in R, ordering of complex numbers

2013-03-15 Thread sympy
Comment #11 on issue 2625 by asmeu...@gmail.com: Imaginary unit in R, ordering of complex numbers http://code.google.com/p/sympy/issues/detail?id=2625 But In [89]: Interval(-oo,oo).contains(I) Out[89]: ⅈ -∞ ∧ ⅈ ∞ and even things like I 2 still work. -- You received this message because