Proceedings Article10.1145/1374376.1374445
Fast polynomial factorization and modular composition in small characteristic
Christopher Umans
- 17 May 2008
- pp 481-490
46
TL;DR: Huang et al. as mentioned in this paper gave a randomized algorithm for modular composition of degree n univariate polynomials over F_q that uses O(n 1.5 + o(1) + n 1 + o (1)log q) field operations, when the characteristic is at most no(1).
read more
Abstract: We obtain randomized algorithms for factoring degree n univariate polynomials over F_q that use O(n1.5 + o(1) + n1 + o(1)log q) field operations, when the characteristic is at most no(1). When log q The improvements come from a new algorithm for modular composition of degree n univariate polynomials, which is the asymptotic bottleneck in fast algorithms for factoring polynomials over finite fields. The best previous algorithms for modular composition use O(n(omega + 1)/2) field operations, where omega is the exponent of matrix multiplication (Brent & Kung (1978)), with a slight improvement in the exponent achieved by employing fast rectangular matrix multiplication (Huang & Pan (1997)). We show that modular composition and multipoint evaluation of multivariate polynomials are essentially equivalent in the sense that an algorithm for one achieving exponent α implies an algorithm for the other with exponent α + o(1), and vice versa. We then give a new algorithm that requires O(n1 + o(1)) field operations when the characteristic is at most no(1), which is optimal up to lower order terms. Our algorithms do not rely on fast matrix multiplication, in contrast to all previous subquadratic algorithms for these problems. The main operations are fast univariate polynomial arithmetic, multipoint evaluation, and interpolation, and consequently the algorithms could be feasible in practice.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Modern computer algebra
TL;DR: This highly successful textbook, widely regarded as the “bible of computer algebra”, gives a thorough introduction to the algorithmic basis of the mathematical engine in computer algebra systems.
1.8K
Fast Polynomial Factorization and Modular Composition
TL;DR: In this article, a randomized algorithm for modular composition of degree n univariate polynomials over finite fields was proposed, which is asymptotically faster than the best known algorithms.
Probabilistic Polynomials and Hamming Nearest Neighbors
Josh Alman,Ryan Williams +1 more
TL;DR: The first subquadratic time algorithm for computing a (worst-case) batch of Hamming distances in super-logarithmic dimensions was given in this paper, where the complexity was reduced to O(n 2-1/O(c(n) \log(1/ε) c(n))}$ randomized time.
143
Fast Modular Composition in any Characteristic
Kiran S. Kedlaya,Christopher Umans +1 more
- 25 Oct 2008
TL;DR: The main idea is to lift to characteristic 0, apply a small number of rounds of multimodular reduction, and finish with aSmall number of multidimensional FFTs, and the final evaluations are then reconstructed using the Chinese Remainder Theorem.
Probabilistic Polynomials and Hamming Nearest Neighbors
Josh Alman,Ryan Williams +1 more
- 17 Oct 2015
TL;DR: This paper shows how to compute any symmetric Boolean function on n variables over any field (as well as the integers) with a probabilistic polynomial of degree O( √nlog(1/ε) and error at most ε, and gives the first subquadratic time algorithm for computing a (worst-case) batch of Hamming distances in superlogarithmic dimensions.
References
Matrix multiplication via arithmetic progressions
Don Coppersmith,Shmuel Winograd +1 more
TL;DR: In this article, a new method for accelerating matrix multiplication asymptotically is presented, based on the ideas of Volker Strassen, by using a basic trilinear form which is not a matrix product.
2.6K
Matrix multiplication via arithmetic progressions
Don Coppersmith,Shmuel Winograd +1 more
- 01 Jan 1987
TL;DR: A new method for accelerating matrix multiplication asymptotically is presented, by using a basic trilinear form which is not a matrix product, and making novel use of the Salem-Spencer Theorem.
2.4K
Modern computer algebra
TL;DR: This highly successful textbook, widely regarded as the “bible of computer algebra”, gives a thorough introduction to the algorithmic basis of the mathematical engine in computer algebra systems.
1.8K
Factoring polynomials over large finite fields
TL;DR: In this paper, the authors present a deterministic procedure for factoring polynomials over finite fields, which reduces the problem of factoring an arbitrary polynomial over the Galois field GF(p m) to finding the roots in GF(m) of certain other polynomorphisms over GF (m).
Probabilistic Algorithms in Finite Fields
TL;DR: Probabilistic algorithms for the problems of finding an irreducible polynomial of degree n over a finite field, finding roots of a polynometric, and factoring aPolynomial into its irredUCible factors over a infinite field are presented.