Re: Issue 1077 in sympy: ask(pi, exp(rational), etc., Q.algebraic) should return False

2013-03-16 Thread sympy
Comment #19 on issue 1077 by skirpic...@gmail.com: ask(pi, exp(rational), etc., Q.algebraic) should return False http://code.google.com/p/sympy/issues/detail?id=1077 https://github.com/sympy/sympy/pull/1899 -- You received this message because this project is configured to send all issue

Re: Issue 1077 in sympy: ask(pi, exp(rational), etc., Q.algebraic) should return False

2012-04-07 Thread sympy
Comment #18 on issue 1077 by vishesh...@gmail.com: ask(pi, exp(rational), etc., Q.algebraic) should return False http://code.google.com/p/sympy/issues/detail?id=1077 https://github.com/sympy/sympy/pull/1220 An attempt to fix this. I am not managing to add the log(rational) functionality,

Re: Issue 1077 in sympy: ask(pi, exp(rational), etc., Q.algebraic) should return False

2011-05-19 Thread sympy
Comment #16 on issue 1077 by asmeurer: ask(pi, exp(rational), etc., Q.algebraic) should return False http://code.google.com/p/sympy/issues/detail?id=1077 I just realized another reason why expanding this could be useful. We know that things like log(rational) are always transcendental.

Re: Issue 1077 in sympy: ask(pi, exp(rational), etc., Q.algebraic) should return False

2011-05-09 Thread sympy
Updates: Summary: ask(pi, exp(rational), etc., Q.algebraic) should return False Labels: Polynomial Assumptions Comment #10 on issue 1077 by asmeurer: ask(pi, exp(rational), etc., Q.algebraic) should return False http://code.google.com/p/sympy/issues/detail?id=1077 From the

Re: Issue 1077 in sympy: ask(pi, exp(rational), etc., Q.algebraic) should return False

2011-05-09 Thread sympy
Comment #11 on issue 1077 by christian.muise: ask(pi, exp(rational), etc., Q.algebraic) should return False http://code.google.com/p/sympy/issues/detail?id=1077 This related to Issue 2019? - http://code.google.com/p/sympy/issues/detail?id=2019 -- You received this message because you are

Re: Issue 1077 in sympy: ask(pi, exp(rational), etc., Q.algebraic) should return False

2011-05-09 Thread sympy
Comment #12 on issue 1077 by christian.muise: ask(pi, exp(rational), etc., Q.algebraic) should return False http://code.google.com/p/sympy/issues/detail?id=1077 This related to issue 2019? -- You received this message because you are subscribed to the Google Groups sympy-issues group. To

Re: Issue 1077 in sympy: ask(pi, exp(rational), etc., Q.algebraic) should return False

2011-05-09 Thread sympy
Comment #13 on issue 1077 by asmeurer: ask(pi, exp(rational), etc., Q.algebraic) should return False http://code.google.com/p/sympy/issues/detail?id=1077 Yeah. Adding those predicates should make some trivial ones work, like ask(oo, Q.algebraic). And we should add Q.transcendental which

Re: Issue 1077 in sympy: ask(pi, exp(rational), etc., Q.algebraic) should return False

2011-05-09 Thread sympy
Comment #14 on issue 1077 by christian.muise: ask(pi, exp(rational), etc., Q.algebraic) should return False http://code.google.com/p/sympy/issues/detail?id=1077 Well if anyone is putting in changes to the new assumption system, it can be done as follows: If new predicate is being