Numerical computation of the roots of Mandelbrot polynomials: an experimental analysis
Dario A. Bini

TL;DR
This paper presents an efficient numerical method for computing roots of recursively defined Mandelbrot polynomials using Ehrlich-Aberth iterations, Fast Multi-pole Method, and experimental analysis up to very high degrees.
Contribution
It introduces a novel algorithm combining Ehrlich-Aberth iterations with FMM for high-degree Mandelbrot polynomial roots, including implementation and extensive experimental validation.
Findings
Root-finding algorithm scales as O(n log n) per iteration.
Able to compute roots for degrees up to 2^30-1 within weeks.
Explicit asymptotic expressions for roots are derived.
Abstract
This paper deals with the problem of numerically computing the roots of polynomials , , of degree recursively defined by , . An algorithm based on the Ehrlich-Aberth simultaneous iterations complemented by the Fast Multi-pole Method and the fast search of near neighbors of a set of complex numbers is provided. The algorithm, which relies on a specific strategy of selecting initial approximations, costs arithmetic operations per step. A Fortran 95 implementation is given and numerical experiments are carried out. Experimentally, it turns out that the number of iterations needed to arrive at numerical convergence is . This allows us to compute the roots of up to degree in about 16 minutes on a laptop with 16 GB RAM, and up to degree in about 69 minutes on a…
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
TopicsMathematical Dynamics and Fractals · Numerical Methods and Algorithms · Advanced Materials and Mechanics
