EN FR
EN FR




Bilateral Contracts and Grants with Industry
Bibliography




Bilateral Contracts and Grants with Industry
Bibliography


Section: New Results

Univariate Real Root Isolation in Multiple Extension Fields

In [31] we present algorithmic, complexity and implementation results for the problem of isolating the real roots of a univariate polynomial in K[x]L[y], where L=(α_1,,α_) is an algebraic extension of the rational numbers. Our bounds are single exponential in and match the ones presented for the case =1. We consider two approaches. The first, indirect approach, using multivariate resultants, computes a univariate polynomial with integer coefficients, among the real roots of which are the real roots of B α . The Boolean complexity of this approach is O ˜ B (N 4+4 ), where N is the maximum of the degrees and the coefficient bitsize of the involved polynomials. The second, direct approach, tries to solve the polynomial directly, without reducing the problem to a univariate one. We present an algorithm that generalizes Sturm algorithm from the univariate case, and modified versions of well known solvers that are either numerical or based on Descartes' rule of sign. We achieve a Boolean complexity of O ˜ B (min{N 4+7 ,N 2 2 +6 }) and O ˜ B (N 2+4 ), respectively. We implemented the algorithms in C as part of the core library of Mathematica and we illustrate their efficiency over various data sets.