Real Algebraic Numbers: Complexity Analysis and Experimentation

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

  • Affiliations:
  • Department of Informatics and Telecommunications, National Kapodistrian University of Athens, Hellas,;GALAAD, Inria, Sophia-Antipolis, France;Department of Informatics and Telecommunications, National Kapodistrian University of Athens, Hellas,

  • Venue:
  • Reliable Implementation of Real Number Algorithms: Theory and Practice
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present algorithmic, complexity and implementation results concerning real root isolation of a polynomial of degree d, with integer coefficients of bit size ≤ 驴, using Sturm (-Habicht) sequences and the Bernstein subdivision solver. In particular, we unify and simplify the analysis of both methods and we give an asymptotic complexity bound of $\mathcal{\tilde O}_B(d^4 \tau^2)$. This matches the best known bounds for binary subdivision solvers. Moreover, we generalize this to cover the non square-free polynomials and show that within the same complexity we can also compute the multiplicities of the roots. We also consider algorithms for sign evaluation, comparison of real algebraic numbers and simultaneous inequalities, and we improve the known bounds at least by a factor of d.Finally, we present our C++implementation in synapsand some preliminary experiments on various data sets.