Affiliation:
1. Sorbonne Universités, Paris Cedex, France
Abstract
The problem of isolating the real roots of a univariate polynomial with integer coefficients is an important problem in computational mathematics. Given a polynomial with integer coefficients, [EQUATION], the objective is to isolate the real roots of
f
, that is to compute intervals with rational endpoints that contain one and only one root of
f.
SLV is an open source software package written in C that provides functions for isolating the real roots of univariate polynomials with integer coefficients. It also provides functionality to approximate the isolated roots up to an arbitrary precision. Currently, it is realizes a subdivision algorithm based on Descartes' rule of sign, with modifications to improve its performance. SLV assumes that the input is a square-free polynomial. It performs all the operations using exact arithmetic based on the library gmp and it exploits as much as possible computations with dyadic numbers, that is numbers of the form
a
/2
k
where
a
and
k
are integers. It builds upon a constant memory variant of Descartes' rule of sign [3]. To minimize the number of allocations in the memory we wrote a small wrapper to use the queue.h library of OpenBSD, in order to have access to a fast implementation of lists and queues. Even though queue.h is written in C, it is a library that follows the generic programming paradigm, and if it is programmed carefully, it could be used with various data sets.
Publisher
Association for Computing Machinery (ACM)
Cited by
3 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. Beyond Worst-Case Analysis for Root Isolation Algorithms;Proceedings of the 2022 International Symposium on Symbolic and Algebraic Computation;2022-07-04
2. msolve;Proceedings of the 2021 on International Symposium on Symbolic and Algebraic Computation;2021-07-18
3. Logcf: An Efficient Tool for Real Root Isolation;Journal of Systems Science and Complexity;2019-12