Comment #10 on issue 835 by [email protected]: limit((5**x+3**x)**(1/x), x, oo) TODO
http://code.google.com/p/sympy/issues/detail?id=835

The problem stems from this, I believe:

    h[2] >>> limit((1/x)/(1/x)**log(3),x,0) # should be 0
    oo
    h[2] >>> limit((1/x)/(1/x)**Rational(3,2),x,0)
    0

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

Reply via email to