Numerical computation of the roots of Mandelbrot polynomials: an experimental analysis

07/22/2023
by   Dario A. Bini, et al.
0

This paper deals with the problem of numerically computing the roots of polynomials p_k(x), k=1,2,…, of degree n=2^k-1 recursively defined by p_1(x)=x+1, p_k(x)=xp_k-1(x)^2+1. An algorithm based on the Ehrlich-Aberth simultaneous iterations complemented by the Fast Multipole Method, and by the fast search of near neighbors of a set of complex numbers, is provided. The algorithm has a cost of O(nlog n) 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 O(log n). This allows us to compute the roots of p_k(x) up to degree n=2^24-1 in about 16 minutes on a laptop with 16 GB RAM, and up to degree n=2^28-1 in about one hour on a machine with 256 GB RAM. The case of degree n=2^30-1 would require higher memory and higher precision to separate the roots. With a suitable adaptation of FMM to the limit of 256 GB RAM and by performing the computation in extended precision (i.e. with 10-byte floating point representation) we were able to compute all the roots in about two weeks of CPU time for n=2^30-1. From the experimental analysis, explicit asymptotic expressions of the real roots of p_k(x) and an explicit expression of min_i j|ξ_i^(k)-ξ_j^(k)| for the roots ξ_i^(k) of p_k(x) are deduced. The approach is extended to classes of polynomials defined by a doubling recurrence.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
09/14/2016

A Fast Algorithm for Computing the Truncated Resultant

Let P and Q be two polynomials in K[x, y] with degree at most d, where K...
research
10/01/2019

ARCHITECT: Arbitrary-precision Hardware with Digit Elision for Efficient Iterative Compute

Many algorithms feature an iterative loop that converges to the result o...
research
07/28/2023

Generalising the Fast Reciprocal Square Root Algorithm

The Fast Reciprocal Square Root Algorithm is a well-established approxim...
research
04/17/2020

A fast algorithm for computing Bell polynomials based on index break-downs using prime factorization

Establishing an interesting connection between ordinary Bell polynomials...
research
11/08/2022

Numerical analysis of Givens rotation

Generating 2-by-2 unitary matrices in floating-precision arithmetic is a...
research
10/20/2022

Fast Evaluation of Real and Complex Polynomials

We propose an algorithm for quickly evaluating polynomials. It pre-condi...
research
09/21/2022

Infinite quantum signal processing

Quantum signal processing (QSP) represents a real scalar polynomial of d...

Please sign up or login with your details

Forgot password? Click here to reset