On the complexity of real root isolation using continued fractions

  • Authors:
  • Elias P. Tsigaridas;Ioannis Z. Emiris

  • Affiliations:
  • INRIA - LORIA Lorraine, project VEGAS, 615, rue du Jardin Botanique, B.P. 101, 54602 Villers-des-Nancy cedex, France;Department of Informatics and Telecommunications, National Kapodistrian University of Athens, Hellas, Greece

  • Venue:
  • Theoretical Computer Science
  • Year:
  • 2008

Quantified Score

Hi-index 5.23

Visualization

Abstract

We present algorithmic, complexity and implementation results concerning real root isolation of integer univariate polynomials using the continued fraction expansion of real algebraic numbers. One motivation is to explain the method's good performance in practice. We derive an expected complexity bound of O@?"B(d^6+d^4@t^2), where d is the polynomial degree and @t bounds the coefficient bit size, using a standard bound on the expected bit size of the integers in the continued fraction expansion, thus matching the current worst-case complexity bound for real root isolation by exact methods (Sturm, Descartes and Bernstein subdivision). Moreover, using a homothetic transformation we improve the expected complexity bound to O@?"B(d^3@t). We compute the multiplicities within the same complexity and extend the algorithm to non-square-free polynomials. Finally, we present an open-source C++ implementation in the algebraic library synaps, and illustrate its completeness and efficiency as compared to some other available software. For this we use polynomials with coefficient bit size up to 8000 bits and degree up to 1000.