Logcf: an Efficient Tool for Real Root Isolation

Liyun Dai,Zhe Fan,Bican Xia,Hanwen Zhang
DOI: https://doi.org/10.1007/s11424-019-7361-7
2019-01-01
Abstract:Computing upper bounds of the positive real roots of some polynomials is a key step of those real root isolation algorithms based on continued fraction expansion and Vincent's theorem. The authors give a new algorithm for computing an upper bound of positive roots in this paper. The complexity of the algorithm is O ( n log( u +1)) additions and multiplications where u is the optimal upper bound satisfying Theorem 3.1 of this paper and n is the degree of the polynomial. The method together with some tricks have been implemented as a software package logcf using C language. Experiments on many benchmarks show that logcf is competitive with RootIntervals of Mathematica and the function realroot of Maple averagely and it is much faster than existing open source real root solvers in many test cases.
What problem does this paper attempt to address?