Numerical method
![]() | This article includes a list of references, related reading, or external links, but its sources remain unclear because it lacks inline citations. (September 2016) |
A numerical method is a mathematical tool designed to solve numerical problems. The implementation of a numerical method with an appropriate convergence check in a programming language is called a numerical algorithm.
Mathematical definition
Let be a well-posed problem, i.e. is a real or complex functional relationship, defined on the cross-product of some input data set and an output set , such that exists a locally lipschitz function called resolvent, which has the property that for every root of , . We define numerical method for the approximation of , the sequence of problems
We don't require the problems of which the method consists to be well-posed. Otherwise, the method is said to be stable or well-posed.
Consistence
Necessary conditions for a numerical method to effectively approximate are that and that behaves like when . So, a numerical method method is called consistent if and only if the sequence of functions pointlwise converges to on the set of its solutions:
When on the method is said to be strictly consistent.
Convergence
Denote with a sequence of admissable perturbations of for some numerical method (i.e. ) and with the value such that . A condition which the method has to satisfy to be a meaningful tool for solving the problem is convergence:
One can easily prove that the point-wise convergence of to implies the convergence of the associated method.
References
Numerical Mathematics - Quarternioni, Sacco, Saleri