Faster algorithms for the square root and reciprocal of power series
David Harvey

TL;DR
This paper introduces faster algorithms for computing square roots and reciprocals of power series, reducing the computational complexity compared to previous methods by optimizing polynomial multiplication costs.
Contribution
The paper presents new algorithms that improve the asymptotic efficiency of calculating power series square roots and reciprocals, achieving lower constants in complexity.
Findings
Square root computation costs approximately 1.333 M(n)
Reciprocal computation costs approximately 1.444 M(n)
Both algorithms outperform previous best results
Abstract
We give new algorithms for the computation of square roots and reciprocals of power series in C[[x]]. If M(n) denotes the cost of multiplying polynomials of degree n, the square root to order n costs (1.333... + o(1)) M(n) and the reciprocal costs (1.444... + o(1)) M(n). These improve on the previous best results, respectively (1.8333... + o(1)) M(n) and (1.5 + o(1)) M(n).
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNumerical Methods and Algorithms · Digital Filter Design and Implementation · Polynomial and algebraic computation
