New Progress in Classic Area: Polynomial Root-squaring and Root-finding
Victor Y. Pan

TL;DR
This paper introduces novel polynomial root-finding algorithms that improve numerical stability and efficiency by leveraging reduction techniques and black box evaluations, enabling fast zero and eigenvalue approximations.
Contribution
The authors develop new root-finding methods based on polynomial reduction and black box evaluations, avoiding classical DLG iterations and enhancing computational efficiency.
Findings
Algorithms can be applied to black box polynomials
Enables efficient concurrent zero approximation
Applicable to eigenvalue problems of matrices
Abstract
The DLG root-squaring iterations, due to Dandelin 1826 and rediscovered by Lobachevsky 1834 and Graeffe 1837, have been the main approach to root-finding for a univariate polynomial p(x) in the 19th century and beyond, but not so nowadays because these iterations are prone to severe numerical stability problems. Trying to avoid these problems we have found simple but novel reduction of the iterations applied for Newton's inverse ratio -p'(x)/p(x) to approximation of the power sums of the zeros of p(x) and its reverse polynomial. The resulting polynomial root-finders can be devised and performed independently of DLG iterations, based on Newton's identities or Cauchy integrals. In the former case the computation involve a set of leading or tailing coefficients of an input polynomial. In the latter case we must scale the variable and increase the arithmetic computational cost to ensure…
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 · Polynomial and algebraic computation
