#10902: missing terms in factorization of multivariate polynomials
---------------------------------------+------------------------------------
Reporter: zimmerma | Owner: malb
Type: defect | Status: needs_work
Priority: critical | Milestone: sage-4.7.2
Component: commutative algebra | Keywords: sd34
Work_issues: Proof=... still present | Upstream: N/A
Reviewer: | Author: Martin Albrecht, Paul
Zimmermann
Merged: | Dependencies: #10903
---------------------------------------+------------------------------------
Comment(by zimmerma):
it seems to work much better (no bug found so far) but some factorizations
are very slow (or hang),
for example:
{{{
sage: K=GF(4,'a')
sage: a=K.gens()[0]
sage: R.<x,y> = K[]
sage: f=(a + 1)*x^145*y^84 + (a + 1)*x^205*y^17 + x^32*y^112 + x^92*y^45
sage: f.factor()
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10902#comment:20>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
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.