Content deleted Content added
Added sourced paragraph on the development and automation of polynomial factorization in early computer algebra systems, citing Macsyma and work by Paul S. Wang. Tag: Reverted |
Reverted 1 edit by 76.181.106.154 (talk): See the talk page for the reasons of the revert |
||
Line 8:
When the long-known finite step algorithms were first put on computers, they turned out to be highly inefficient. The fact that almost any uni- or multivariate polynomial of degree up to 100 and with coefficients of a moderate size (up to 100 bits) can be factored by modern algorithms in a few minutes of computer time indicates how successfully this problem has been attacked during the past fifteen years. (Erich Kaltofen, 1982)
</blockquote>
Modern algorithms and computers can quickly factor [[#Factoring univariate polynomials over the integers|univariate polynomials]] of degree more than 1000 having coefficients with thousands of digits.<ref> An example of degree 2401, taking 7.35 seconds, is found in Section 4 in: Hart, van Hoeij, Novocin: [https://www.math.fsu.edu/~hoeij/papers/issac10/A.pdf ''Practical Polynomial Factoring in Polynomial Time''] ISSAC'2011 Proceedings, pp. 163–170 (2011).</ref> For this purpose, even for factoring over the [[rational number]]s and [[number field]]s, a fundamental step is a [[Factorization of polynomials over finite fields|factorization of a polynomial over a finite field]].
|