English

Root Finding With Interval Arithmetic

Numerical Analysis 2021-10-15 v1 Numerical Analysis

Abstract

We consider the solution of nonlinear equations in one real variable, the problem usually called by root finding. Although this is an old problem, we believe that some aspects of its solution using interval arithmetic are not well understood, and we present our views on this subject. We argue that problems with just one variable are much simpler than problems with more variables, and we should use specific methods for them. We provide an implementation of our ideas in C++, and make this code available under the Mozilla Public License 2.0.

Keywords

Cite

@article{arxiv.2110.07126,
  title  = {Root Finding With Interval Arithmetic},
  author = {Walter F. Mascarenhas},
  journal= {arXiv preprint arXiv:2110.07126},
  year   = {2021}
}