#5074: singular factorization over GF(p) need not be a complete factorization
---------------------------------+------------------------------------------
Reporter: was | Owner: malb
Type: defect | Status: new
Priority: major | Milestone: sage-3.3
Component: commutative algebra | Resolution:
Keywords: |
---------------------------------+------------------------------------------
Comment (by was):
Code I use to find countexamples:
{{{
k.<a> = GF(19^2); R.<x,y> = PolynomialRing(k)
for i in range(5000):
v = [R.random_element() for _ in range(3)]; print i; assert
prod(v).factor().prod() == prod(v)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5074#comment:1>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" 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/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---