Comment #1 on issue 2565 by asmeurer: Problem with Poly(modulus).is_irreducible
http://code.google.com/p/sympy/issues/detail?id=2565

Also:


In [5]: Poly(x, x).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'

Mateusz and I decided that we should just make is_irreducible a wrapper around factor(), since it always returns irreducible factors.

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