The LC Method: A parallelizable numerical method for approximating the roots of single-variable polynomials
Daniel Alba-Cuellar

TL;DR
The paper introduces the LC method, a parallelizable geometric approach using lines and circles in the complex plane to approximate polynomial roots efficiently, demonstrated with numerical examples and accessible R code.
Contribution
It presents the LC method, a novel geometric and parallelizable technique for approximating roots of single-variable polynomials, with implementation details and numerical demonstrations.
Findings
Effective approximation of roots for quadratic, cubic, and quartic polynomials.
Parallel processing enables simultaneous construction of geometric structures.
Accessible R programs facilitate reproduction of results on personal computers.
Abstract
The LC method described in this work seeks to approximate the roots of polynomial equations in one variable. This book allows you to explore the LC method, which uses geometric structures of Lines L and Circumferences C in the plane of complex numbers, based on polynomial coefficients. These structures depend on the inclination angle of a line with fixed point that seeks to contain one of the roots; they are associated with an error measure that indicates the degree of proximity to that root, without knowing a priori its location. Using a computer with parallel processing capabilities, it is feasible to construct several of these geometric structures at the same time, varying the inclination angle of the lines with fixed point, in order to obtain an error measure map, with which it is possible to identify, approximately, the location of all polynomial roots. To show how the LC…
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
TopicsIterative Methods for Nonlinear Equations
