Updates:
        Cc: fredrik.johansson
        Labels: Series

Comment #1 on issue 2151 by asmeurer: BasicMeta.keep_sign
http://code.google.com/p/sympy/issues/detail?id=2151

It seems that it is relying on hypersimp((-1)**(1 + n)/(1 + n), n) returning -(1 + n)/(2 + n) instead of (1 + n)/(-2 - n). I think it will require someone who knows how this algorithm works to fix it. Maybe it just needs the denominator to be monic (?)

The problem in particular is in the check_convergence() function in evalf.py. Anyway, the author appears to be, not surprisingly, Fredrik.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to