Numerical method

From Wikipedia, the free encyclopedia
Jump to: navigation, search

In numerical analysis, 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[edit]

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

with , and for every . The problems of which the method consists need not be well-posed. If they are, the method is said to be stable or well-posed.[1]

Consistency[edit]

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.[1]

Convergence[edit]

Denote by 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:

0,\exists n_{0}(\varepsilon )>0,\exists \delta _{\varepsilon ,n_{0}}{\text{ such that}}\\&\forall n>n_{0},\forall \ell _{n}:\|\ell _{n}\|<\delta _{\varepsilon ,n_{0}}\Rightarrow \|y_{n}(x+\ell _{n})-y\|\leq \varepsilon .\end{aligned}}}"/>

One can easily prove that the point-wise convergence of to implies the convergence of the associated method.[1]

References[edit]

  1. ^ a b c Quarteroni, Sacco, Saleri (2000). Numerical Mathematics (PDF). Milano: Springer. p. 33.