Comment #1 on issue 2887 by [email protected]: Bug with minpoly() http://code.google.com/p/sympy/issues/detail?id=2887
polys is usually good about expanding expressions, I though, but in this case there isn't any and so the fact that this expression is 1 isn't detected. If line 120 (as of this date) were changed to the following, an error would not be raised:
L120: ex = ex.expand() L121: if ex.is_AlgebraicNumber: -- 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.
