Fast evaluation and root finding for polynomials with floating-point coefficients

02/13/2023
by   Rémi Imbach, et al.
0

Evaluating or finding the roots of a polynomial f(z) = f_0 + ⋯ + f_d z^d with floating-point number coefficients is a ubiquitous problem. By using a piecewise approximation of f obtained with a careful use of the Newton polygon of f, we improve state-of-the-art upper bounds on the number of operations to evaluate and find the roots of a polynomial. In particular, if the coefficients of f are given with m significant bits, we provide for the first time an algorithm that finds all the roots of f with a relative condition number lower than 2^m, using a number of bit operations quasi-linear in the bit-size of the floating-point representation of f. Notably, our new approach handles efficiently polynomials with coefficients ranging from 2^-d to 2^d, both in theory and in practice.

READ FULL TEXT
research
06/10/2021

Finding normal binary floating-point factors in constant time

Solving the floating-point equation x ⊗ y = z, where x, y and z belong t...
research
11/06/2019

Fast Derivatives for Multilinear Polynomials

The article considers linear functions of many (n) variables - multiline...
research
07/28/2023

Generalising the Fast Reciprocal Square Root Algorithm

The Fast Reciprocal Square Root Algorithm is a well-established approxim...
research
08/15/2019

Probabilistic Saturations and Alt's Problem

Alt's problem, formulated in 1923, is to count the number of four-bar li...
research
09/18/2023

Constrained Delaunay Tetrahedrization: A Robust and Practical Approach

We present a numerically robust algorithm for computing the constrained ...
research
02/27/2018

Reproducible Floating-Point Aggregation in RDBMSs

Industry-grade database systems are expected to produce the same result ...

Please sign up or login with your details

Forgot password? Click here to reset