Re: Issue 2130 in sympy: wrong limit

2011-01-20 Thread sympy
Comment #10 on issue 2130 by asmeurer: wrong limit http://code.google.com/p/sympy/issues/detail?id=2130 Can someone who understands sizes of infinity comment on whether that summation should be considered a smaller infinity. See http://en.wikipedia.org/wiki/Euler–Mascheroni_constant. -- You

Re: Issue 294 in sympy: Pass coverage_doctest.py

2011-01-20 Thread sympy
Updates: Blockedon: 2010 Comment #4 on issue 294 by asmeurer: Pass coverage_doctest.py http://code.google.com/p/sympy/issues/detail?id=294 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To po

Re: Issue 2130 in sympy: wrong limit

2011-01-20 Thread sympy
Updates: Labels: -NeedsBetterPatch NeedsReview Comment #9 on issue 2130 by Vinzent.Steinberg: wrong limit http://code.google.com/p/sympy/issues/detail?id=2130 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sympy-p

Re: Issue 2130 in sympy: wrong limit

2011-01-20 Thread sympy
Comment #8 on issue 2130 by smi...@gmail.com: wrong limit http://code.google.com/p/sympy/issues/detail?id=2130 vks: sum is now summation >>> limit(summation(1/k, (k, 1, n))-log(n), n, oo) -oo re #6: the NotImplementedError is raised for a bare Sum, but a separate issue is how to prop

Re: Issue 1944 in sympy: limit() returns incorrect answer for limit(exp(-x/a), x, oo)

2011-01-20 Thread sympy
Comment #2 on issue 1944 by smi...@gmail.com: limit() returns incorrect answer for limit(exp(-x/a), x, oo) http://code.google.com/p/sympy/issues/detail?id=1944 In making this change a crack appeared in Order's contains() method: in order to process symbols in O() terms they need to pass thr