Issue 3724 in sympy: simplify raises IndexError: list index out of range

2013-03-29 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3724 by andrews@gmail.com: simplify raises IndexError: list index out of range http://code.google.com/p/sympy/issues/detail?id=3724 Hi, (I'm assuming this is where I post information about what looks like a bug

Re: Issue 3724 in sympy: simplify raises IndexError: list index out of range

2013-03-29 Thread sympy
Comment #1 on issue 3724 by smi...@gmail.com: simplify raises IndexError: list index out of range http://code.google.com/p/sympy/issues/detail?id=3724 In the current master I get from sympy.abc import * f = (-2*a*b - 2*alpha*t - 2*beta*t*x + 2*gamma*t*z)/(2 + 2*t*sigma**2) simplify(f)

Re: Issue 3724 in sympy: simplify raises IndexError: list index out of range

2013-03-29 Thread sympy
Comment #2 on issue 3724 by matt...@gmail.com: simplify raises IndexError: list index out of range http://code.google.com/p/sympy/issues/detail?id=3724 What version of SymPy do you use? From the traceback I can guess that 0.6.x. Use 0.7.x (preferably 0.7.2) instead. -- You received this

Re: Issue 3724 in sympy: simplify raises IndexError: list index out of range

2013-03-29 Thread sympy
Updates: Status: Invalid Comment #3 on issue 3724 by asmeu...@gmail.com: simplify raises IndexError: list index out of range http://code.google.com/p/sympy/issues/detail?id=3724 The last time this was an issue was before the new polys (0.6.7). -- You received this message because