Re: Issue 3461 in sympy: Incorrect Limit

2013-06-19 Thread sympy
Updates: Status: Fixed Comment #6 on issue 3461 by skirpic...@gmail.com: Incorrect Limit http://code.google.com/p/sympy/issues/detail?id=3461 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue notifications to

Re: Issue 3461 in sympy: Incorrect Limit

2013-04-11 Thread sympy
Comment #5 on issue 3461 by skirpic...@gmail.com: Incorrect Limit http://code.google.com/p/sympy/issues/detail?id=3461 https://github.com/sympy/sympy/pull/2000 -- You received this message because this project is configured to send all issue notifications to this address. You may adjust

Issue 3461 in sympy: Incorrect Limit

2012-10-28 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3461 by fred...@witherden.org: Incorrect Limit http://code.google.com/p/sympy/issues/detail?id=3461 Consider: In[5]: expr = S('5*x**3/4 - 3*x/4 + (_eta_k*(3*x**2/2 - 1/2) + 35*x**4/8 - 15*x**2/4 + 3/8)/(2*(_eta_k + 1))')

Re: Issue 3461 in sympy: Incorrect Limit

2012-10-28 Thread sympy
Updates: Status: Valid Labels: Series WrongResult Comment #1 on issue 3461 by asmeu...@gmail.com: Incorrect Limit http://code.google.com/p/sympy/issues/detail?id=3461 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google

Re: Issue 3461 in sympy: Incorrect Limit

2012-10-28 Thread sympy
Updates: Labels: l Comment #2 on issue 3461 by someb...@bluewin.ch: Incorrect Limit http://code.google.com/p/sympy/issues/detail?id=3461 Note that we can easily get the correct value by first expanding the expression: In [15]: expand(expr) Out[15]: 3*_eta_k*x**2/(4*(_eta_k + 1)) -

Re: Issue 3461 in sympy: Incorrect Limit

2012-10-28 Thread sympy
Updates: Labels: -l Comment #3 on issue 3461 by asmeu...@gmail.com: Incorrect Limit http://code.google.com/p/sympy/issues/detail?id=3461 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post

Re: Issue 3461 in sympy: Incorrect Limit

2012-10-28 Thread sympy
Comment #4 on issue 3461 by asmeu...@gmail.com: Incorrect Limit http://code.google.com/p/sympy/issues/detail?id=3461 As usual, gruntz does the right thing, indicating that the problem is with the limit() heuristics. In [8]: gruntz(expr, _eta_k, oo) Out[8]: 3 2 5⋅x3⋅x3⋅x 1