NANAMay 9, 2019

Effective Subdivision Algorithm for Isolating Zeros of Real Systems of Equations, with Complexity Analysis

arXiv:1905.0350519 citations
AI Analysis

Provides a systematic methodology for developing effective subdivision algorithms for root isolation, benefiting researchers in computational mathematics and scientific computing.

The paper presents the first complete root isolation algorithm based on the Moore-Kioustelides test, with a complexity analysis using intrinsic geometric parameters. The algorithm works for any function with interval forms and specifies sufficient numerical precision for certification.

We describe a new algorithm \texttt{Miranda} for isolating the simple zeros of a function $\boldsymbol{f}:{\mathbb R}^n\to{\mathbb R}^n$ within a box $B_0\subseteq {\mathbb R}^n$. The function $\boldsymbol{f}$ and its partial derivatives must have interval forms, but need not be polynomial. Our subdivision-based algorithm is "effective" in the sense that our algorithmic description also specifies the numerical precision hat is sufficient to certify an implementation with any standard BigFloat number type. The main predicate is the Moore-Kioustelides (MK) test, based on Miranda's Theorem (1940). Although the MK test is well-known, this paper appears to be the first synthesis of this test into a complete root isolation algorithm. We provide a complexity analysis of our algorithm based on intrinsic geometric parameters of the system. Our algorithm and complexity analysis are developed using 3 levels of description (Abstract, Interval, Effective). This methodology provides a systematic pathway for achieving effective subdivision algorithms in general.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes