Status: Accepted
Owner: asmeurer
CC: matt...@gmail.com
Labels: Type-Defect Priority-Medium Polynomial

New issue 2565 by asmeurer: 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
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)

/Users/aaronmeurer/Documents/python/sympy/sympy-scratch/<ipython console> in <module>()

/Users/aaronmeurer/Documents/python/sympy/sympy-scratch/sympy/polys/polytools.pyc in is_irreducible(f)
   3227
   3228         """
-> 3229         return f.rep.is_irreducible
   3230
   3231     @property

AttributeError: 'DMP' object has no attribute 'is_irreducible'


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to