中文
相关论文

相关论文: Computing Real Roots of Real Polynomials ... and n…

200 篇论文

We introduce a new algorithm denoted DSC2 to isolate the real roots of a univariate square-free polynomial f with integer coefficients. The algorithm iteratively subdivides an initial interval which is known to contain all real roots of f.…

符号计算 · 计算机科学 2011-09-29 Michael Sagraloff

Computing the roots of a univariate polynomial is a fundamental and long-studied problem of computational algebra with applications in mathematics, engineering, computer science, and the natural sciences. For isolating as well as for…

符号计算 · 计算机科学 2015-03-12 Michael Sagraloff , Kurt Mehlhorn

We introduce beyond-worst-case analysis into symbolic computation. This is an extensive field which almost entirely relies on worst-case bit complexity, and we start from a basic problem in the field: isolating the real roots of univariate…

符号计算 · 计算机科学 2025-06-06 Alperen A. Ergür , Josué Tonelli-Cueto , Elias Tsigaridas

Solving polynomials is a fundamental computational problem in mathematics. In the real setting, we can use Descartes' rule of signs to efficiently isolate the real roots of a square-free real polynomial. In this paper, we translate this…

数论 · 数学 2022-03-15 Josué Tonelli-Cueto

We describe a subroutine that improves the running time of any subdivision algorithm for real root isolation. The subroutine first detects clusters of roots using a result of Ostrowski, and then uses Newton iteration to converge to them.…

数值分析 · 计算机科学 2015-02-02 Vikram Sharma , Prashant Batra

Isolating the real roots of univariate polynomials is a fundamental problem in symbolic computation and it is arguably one of the most important problems in computational mathematics. The problem has a long history decorated with numerous…

计算复杂性 · 计算机科学 2022-09-28 Alperen A. Ergür , Josué Tonelli-Cueto , Elias Tsigaridas

Univariate polynomial root-finding is both classical and important for modern computing. Frequently one seeks just the real roots of a polynomial with real coefficients. They can be approximated at a low computational cost if the polynomial…

数值分析 · 数学 2014-07-01 Victor Y. Pan

Univariate polynomial root-finding is a classical subject, still important for modern computing. Frequently one seeks just the real roots of a polynomial with real coefficients. They can be approximated at a low computational cost if the…

符号计算 · 计算机科学 2017-04-14 Victor Y. Pan , Liang Zhao

Real root finding of polynomial equations is a basic problem in computer algebra. This task is usually divided into two parts: isolation and refinement. In this paper, we propose two algorithms LZ1 and LZ2 to refine real roots of univariate…

数值分析 · 计算机科学 2012-11-20 Ye Liang

We approximate the d complex zeros of a univariate polynomial p(x) of a degree d or those zeros that lie in a fixed region of interest on the complex plane such as a disc or a square. Our divide and conquer algorithm of STOC 1995 supports…

符号计算 · 计算机科学 2023-06-13 Victor Y. Pan , Soo Go , Qi Luan , Liang Zhao

We report an ongoing work on clustering algorithms for complex roots of a univariate polynomial $p$ of degree $d$ with real or complex coefficients. As in their previous best subdivision algorithms our root-finders are robust even for…

符号计算 · 计算机科学 2019-11-18 Rémi Imbach , Victor Y. Pan

This paper revisits an algorithm for isolating real roots of univariate polynomials based on continued fractions. It follows the work of Vincent, Uspen- sky, Collins and Akritas, Johnson and Krandick. We use some tricks, especially a new…

符号计算 · 计算机科学 2012-09-18 Liyun Dai , Bican Xia

We introduce a new approach to isolate the real roots of a square-free polynomial $F=\sum_{i=0}^n A_i x^i$ with real coefficients. It is assumed that each coefficient of $F$ can be approximated to any specified error bound. The presented…

数据结构与算法 · 计算机科学 2015-03-17 Michael Sagraloff

Univariate polynomial root-finding is a classical subject, still important for modern computing. Frequently one seeks just the real roots of a real coefficient polynomial. They can be approximated at a low computational cost if the…

数值分析 · 数学 2015-06-16 Victor Y. Pan , Liang Zhao

This paper is concerned with exact real solving of well-constrained, bivariate polynomial systems. The main problem is to isolate all common real roots in rational rectangles, and to determine their intersection multiplicities. We present…

符号计算 · 计算机科学 2012-03-06 Dimitrios I. Diochnos , Ioannis Z. Emiris , Elias P. Tsigaridas

In our quest for the design, the analysis and the implementation of a subdivision algorithm for finding the complex roots of univariate polynomials given by oracles for their evaluation, we present sub-algorithms allowing substantial…

符号计算 · 计算机科学 2022-06-20 Rémi Imbach , Victor Y. Pan

Univariate polynomial root-finding has been studied for four millennia and very intensively in the last decades. Our new near-optimal root-finders approximate all zeros of a polynomial p almost as fast as one accesses its coefficients with…

数值分析 · 计算机科学 2024-07-02 Victor Y. Pan

We seek complex roots of a univariate polynomial $P$ with real or complex coefficients. We address this problem based on recent algorithms that use subdivision and have a nearly optimal complexity. They are particularly efficient when only…

符号计算 · 计算机科学 2019-11-18 Rémi Imbach , Victor Y. Pan

We describe a subdivision algorithm for isolating the complex roots of a polynomial $F\in\mathbb{C}[x]$. Given an oracle that provides approximations of each of the coefficients of $F$ to any absolute error bound and given an arbitrary…

数值分析 · 计算机科学 2016-11-09 Ruben Becker , Michael Sagraloff , Vikram Sharma , Chee Yap

We present an algorithm for isolating the roots of an arbitrary complex polynomial $p$ that also works for polynomials with multiple roots provided that the number $k$ of distinct roots is given as part of the input. It outputs $k$ pairwise…

符号计算 · 计算机科学 2014-01-24 Kurt Mehlhorn , Michael Sagraloff , Pengming Wang
‹ 上一页 1 2 3 10 下一页 ›