Issue 2856 in sympy: lim x^8/(x^8+1)

2011-11-19 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2856 by sat...@gmail.com: lim x^8/(x^8+1) http://code.google.com/p/sympy/issues/detail?id=2856 import sympy sympy.__version__ '0.7.1-git' x = sympy.Symbol('x') sympy.limit(x**7/(x**7+1), x, sympy.oo) 1 sympy.limit(x**8/(x

Re: Issue 2639 in sympy: Product() is seriously broken

2011-11-19 Thread sympy
Updates: Labels: CodeInImportedIntoSpreadsheet Comment #8 on issue 2639 by krastano...@gmail.com: Product() is seriously broken http://code.google.com/p/sympy/issues/detail?id=2639 (No comment was entered for this change.) -- You received this message because you are subscribed to th

Re: Issue 2639 in sympy: Product() is seriously broken

2011-11-19 Thread sympy
Comment #9 on issue 2639 by smi...@gmail.com: Product() is seriously broken http://code.google.com/p/sympy/issues/detail?id=2639 I was updating Sum and Product to have is_number and is_zero methods and fixed some of the things of Product. btw, the 3 (Sum, Product and Integral) don't unify qu

Issue 2857 in sympy: sqrt(2).is_irrational is None (should be True)

2011-11-19 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium CodeInCategory-Code CodeInDifficulty-Medium New issue 2857 by smi...@gmail.com: sqrt(2).is_irrational is None (should be True) http://code.google.com/p/sympy/issues/detail?id=2857 It seems that sqrt(2).is_irrational should re

Re: Issue 2848 in sympy: Failing test in sympy/solvers/test/test_solvers.py

2011-11-19 Thread sympy
Comment #15 on issue 2848 by smi...@gmail.com: Failing test in sympy/solvers/test/test_solvers.py http://code.google.com/p/sympy/issues/detail?id=2848 This is now failing in the bot tests...let's get 719 in place. A separate issue should be opened for why two different results are coming ba

Re: Issue 2857 in sympy: sqrt(2).is_irrational is None (should be True)

2011-11-19 Thread sympy
Comment #1 on issue 2857 by smi...@gmail.com: sqrt(2).is_irrational is None (should be True) http://code.google.com/p/sympy/issues/detail?id=2857 ok, the Pow.is_irrational is in place (if the pull request, https://github.com/sympy/sympy/pull/724 , gets processed) so that will allow someon

Re: Issue 2857 in sympy: sqrt(2).is_irrational is None (should be True)

2011-11-19 Thread sympy
Updates: Labels: CodeInImportedIntoSpreadsheet Comment #2 on issue 2857 by asmeu...@gmail.com: sqrt(2).is_irrational is None (should be True) http://code.google.com/p/sympy/issues/detail?id=2857 (No comment was entered for this change.) -- You received this message because you are su

Re: Issue 2706 in sympy: inconsistent facts problem with hyper

2011-11-19 Thread sympy
Updates: Status: Fixed Comment #4 on issue 2706 by smi...@gmail.com: inconsistent facts problem with hyper http://code.google.com/p/sympy/issues/detail?id=2706 This no longer fails in master. -- You received this message because you are subscribed to the Google Groups "sympy-issues"

Re: Issue 2851 in sympy: logcombine(log(3) - log(2)) does nothing

2011-11-19 Thread sympy
Comment #11 on issue 2851 by asmeu...@gmail.com: logcombine(log(3) - log(2)) does nothing http://code.google.com/p/sympy/issues/detail?id=2851 Whatever function (I'm not sure which would do it right now), would manually do it I guess. I guess we could modify factor() to do it as part of t

Re: Issue 2636 in sympy: Pretty print Product

2011-11-19 Thread sympy
Updates: Labels: CodeInCategory-Code CodeInDifficulty-Easy Comment #4 on issue 2636 by asmeu...@gmail.com: Pretty print Product http://code.google.com/p/sympy/issues/detail?id=2636 For Code-In, please do not try to fix this before issue 2639, which is also a Code-In task, is fixed. -

Re: Issue 2636 in sympy: Pretty print Product

2011-11-19 Thread sympy
Updates: Labels: CodeInImportedIntoSpreadsheet Comment #5 on issue 2636 by asmeu...@gmail.com: Pretty print Product http://code.google.com/p/sympy/issues/detail?id=2636 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups

Re: Issue 2848 in sympy: Failing test in sympy/solvers/test/test_solvers.py

2011-11-19 Thread sympy
Comment #16 on issue 2848 by ronan.l...@gmail.com: Failing test in sympy/solvers/test/test_solvers.py http://code.google.com/p/sympy/issues/detail?id=2848 It should only return one result now, the one with sqrt(-log(log(2)) + log(log(2) + I*pi)). -- You received this message because you a

Re: Issue 2848 in sympy: Failing test in sympy/solvers/test/test_solvers.py

2011-11-19 Thread sympy
Comment #17 on issue 2848 by smi...@gmail.com: Failing test in sympy/solvers/test/test_solvers.py http://code.google.com/p/sympy/issues/detail?id=2848 2848 has been updated to give that single test. -- You received this message because you are subscribed to the Google Groups "sympy-issues"

Re: Issue 2848 in sympy: Failing test in sympy/solvers/test/test_solvers.py

2011-11-19 Thread sympy
Comment #18 on issue 2848 by pr...@goodok.ru: Failing test in sympy/solvers/test/test_solvers.py http://code.google.com/p/sympy/issues/detail?id=2848 For information, I checked these tests on the: executable: /usr/bin/python (2.6.6-final-0) architecture: 64-bit cache:yes ground ty