Validated numerics
From Wikipedia, the free encyclopedia
Validated numerics, or rigorous computation, verified computation, reliable computation, numerical verification (German: Zuverlässiges Rechnen) is numerics including mathematically strict error (rounding error, truncation error, discretization error) evaluation, and it is one field of numerical analysis. For computation, interval arithmetic is most often used, where all results are represented by intervals. Validated numerics were used by Warwick Tucker in order to solve the 14th of Smale's problems,[1] and today it is recognized as a powerful tool for the study of dynamical systems.[2]
Importance
Computation without verification may cause unfortunate results. Below are some examples.
Rump's example
In the 1980s, Rump made an example.[3][4] He made a complicated function and tried to obtain its value. Single precision, double precision, extended precision results seemed to be correct, but its plus-minus sign was different from the true value.
Phantom solution
Breuer–Plum–McKenna used the spectrum method to solve the boundary value problem of the Emden equation, and reported that an asymmetric solution was obtained.[5] This result to the study conflicted to the theoretical study by Gidas–Ni–Nirenberg which claimed that there is no asymmetric solution.[6] The solution obtained by Breuer–Plum–McKenna was a phantom solution caused by discretization error. This is a rare case, but it tells us that when we want to strictly discuss differential equations, numerical solutions must be verified.
Accidents caused by numerical errors
The following examples are known as accidents caused by numerical errors:
Main topics
The study of validated numerics is divided into the following fields:
- Verification in numerical linear algebra
- Verification of special functions:
- Verification of numerical quadrature[31][32][33]
- Verification of nonlinear equations (The Kantorovich theorem,[34] Krawczyk method, interval Newton method, and the Durand–Kerner–Aberth method are studied.)
- Verification for solutions of ODEs, PDEs[35] (For PDEs, knowledge of functional analysis are used.[34])
- Verification of linear programming[36]
- Verification of computational geometry
- Verification at high-performance computing environment
Tools
- INTLAB Library made by MATLAB/GNU Octave
- kv Library made by C++. This library can obtain multiple precision outputs by using GNU MPFR.
- Arb Library made by C. It is capable to rigorously compute various special functions.
- CAPD A collection of flexible C++ modules which are mainly designed to computation of homology of sets, maps and validated numerics for dynamical systems.
- JuliaIntervals on GitHub (Library made by Julia)
- Boost Safe Numerics - C++ header only library of validated replacements for all builtin integer types.
See also
References
Further reading
External links
Wikiwand - on
Seamless Wikipedia browsing. On steroids.