Comment #22 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
Vinzent already answered. For any windows users that are reading, in my cmd window through which I run python when I'm not debugging/editing, I just typed "set SYMPY_DEBUG=True" and then started python. Entering "limit(etc...)" then triggered an initial flurry of lines followed by the organized traceback. In this case, I went to the first line that differed between the working case and non-working case and zeroed in on rewrite as containing the problem.
-- 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.
