Numerical method

From testwiki
Jump to navigation Jump to search

Template:Short description Template:More footnotes neededIn 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

Let F(x,y)=0 be a well-posed problem, i.e. F:X×Y is a real or complex functional relationship, defined on the cross-product of an input data set X and an output data set Y, such that exists a locally lipschitz function g:XY called resolvent, which has the property that for every root (x,y) of F, y=g(x). We define numerical method for the approximation of F(x,y)=0, the sequence of problems

{Mn}n={Fn(xn,yn)=0}n,

with Fn:Xn×Yn, xnXn and ynYn for every n. 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

Necessary conditions for a numerical method to effectively approximate F(x,y)=0 are that xnx and that Fn behaves like F when n. So, a numerical method is called consistent if and only if the sequence of functions {Fn}n pointwise converges to F on the set S of its solutions:

limFn(x,y+t)=F(x,y,t)=0,(x,y,t)S.

When Fn=F,n on S the method is said to be strictly consistent.[1]

Convergence

Denote by n a sequence of admissible perturbations of xX for some numerical method M (i.e. x+nXnn) and with yn(x+n)Yn the value such that Fn(x+n,yn(x+n))=0. A condition which the method has to satisfy to be a meaningful tool for solving the problem F(x,y)=0 is convergence:

ε>0,n0(ε)>0,δε,n0 such thatn>n0,n:n<δε,n0yn(x+n)yε.

One can easily prove that the point-wise convergence of {yn}n to y implies the convergence of the associated method.[1]

See also

References

Template:Reflist

Template:Authority control