Issue 1416 in sympy: integrate((x**3 - x)/ (x - 1), x) gives traceback

2009-05-14 Thread codesite-noreply
Updates: Status: Verified Comment #2 on issue 1416 by plaes800: integrate((x**3 - x)/ (x - 1), x) gives traceback http://code.google.com/p/sympy/issues/detail?id=1416 Commited as ce61f8d057e46b36dc2cd879891e74a7f9320201 by Mateusz -- You received this message because you are listed

Issue 1416 in sympy: integrate((x**3 - x)/ (x - 1), x) gives traceback

2009-05-13 Thread codesite-noreply
Comment #1 on issue 1416 by jochen.voss: integrate((x**3 - x)/ (x - 1), x) gives traceback http://code.google.com/p/sympy/issues/detail?id=1416 Mateusz's patch at http://groups.google.com/group/sympy-patches/browse_thread/thread/5be1e851b4568925 seems to fix the issue. With his patch applied

Issue 1416 in sympy: integrate((x**3 - x)/ (x - 1), x) gives traceback

2009-05-10 Thread codesite-noreply
Status: Accepted Owner: plaes800 Labels: Type-Defect Priority-Medium Integration Solvers New issue 1416 by plaes800: integrate((x**3 - x)/ (x - 1), x) gives traceback http://code.google.com/p/sympy/issues/detail?id=1416 (x**3 - x)/ (x - 1) should simplify to (x**2 + x) and then it would be a