Updates:
Status: Fixed
Owner: ---
Cc: [email protected]
Comment #2 on issue 2565 by [email protected]: Problem with
Poly(modulus).is_irreducible
http://code.google.com/p/sympy/issues/detail?id=2565
In [1]: Poly(x**2 + x + 1, x, modulus=2).is_irreducible
Out[1]: True
In [2]: factor(x**2 + x + 1, modulus=2)
Out[2]:
2
x + x + 1
--
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.