Updates:
        Blockedon: 2935

Comment #4 on issue 2814 by [email protected]: ValueError: can't raise polynomial to a negative power with solve()
http://code.google.com/p/sympy/issues/detail?id=2814

Well, I remember seeing this before, but I can't find the issue. It happens because the while loop at line 1310 in densearith.py runs one too many times, because the floating point coefficients do not cancel like the algorithm expects them to. I don't know if this can be fixed without implementing RR(eps). See issue 2935.

--
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