English

Chebyshev Subdivision and Reduction Methods for Solving Multivariable Systems of Equations

Numerical Analysis 2024-10-28 v2 Numerical Analysis Algebraic Geometry

Abstract

We present a new algorithm for finding isolated zeros of a system of real-valued functions in a bounded interval in Rn\mathbb{R}^n. It uses the Chebyshev proxy method combined with a mixture of subdivision, reduction methods, and elimination checks that leverage special properties of Chebyshev polynomials. We prove the method has R-quadratic convergence locally near simple zeros of the system. We also analyze the temporal complexity and the numerical stability of the algorithm and provide numerical evidence in dimensions up to three that the method is both fast and accurate on a wide range of problems. The algorithm should also work well in higher dimensions. Our tests show that the algorithm outperforms other standard methods on this problem of finding all real zeros in a bounded domain. Our Python implementation of the algorithm is publicly available on GitHub.

Keywords

Cite

@article{arxiv.2401.02114,
  title  = {Chebyshev Subdivision and Reduction Methods for Solving Multivariable Systems of Equations},
  author = {Erik Parkinson and Kate Wall and Jane Slagle and Daniel Treuhaft and Xander de la Bruere and Samuel Goldrup and Timothy Keith and Peter Call and Tyler J. Jarvis},
  journal= {arXiv preprint arXiv:2401.02114},
  year   = {2024}
}
R2 v1 2026-06-28T14:08:26.836Z