Modified Richardson iteration is an
iterative method
In computational mathematics, an iterative method is a mathematical procedure that uses an initial value to generate a sequence of improving approximate solutions for a class of problems, in which the ''n''-th approximation is derived from the pre ...
for solving a
system of linear equations. Richardson iteration was proposed by
Lewis Fry Richardson
Lewis Fry Richardson, FRS (11 October 1881 – 30 September 1953) was an English mathematician, physicist, meteorologist, psychologist, and pacifist who pioneered modern mathematical techniques of weather forecasting, and the application of s ...
in his work dated 1910. It is similar to the
Jacobi and
Gauss–Seidel method.
We seek the solution to a set of linear equations, expressed in matrix terms as
:
The Richardson iteration is
:
where
is a scalar parameter that has to be chosen such that the sequence
converges.
It is easy to see that the method has the correct
fixed points, because if it converges, then
and
has to approximate a solution of
.
Convergence
Subtracting the exact solution
, and introducing the notation for the error
, we get the equality for the errors
:
Thus,
:
for any vector norm and the corresponding induced matrix norm. Thus, if
, the method converges.
Suppose that
is
symmetric positive definite and that
are the
eigenvalues
In linear algebra, an eigenvector () or characteristic vector of a linear transformation is a nonzero vector that changes at most by a scalar factor when that linear transformation is applied to it. The corresponding eigenvalue, often denoted b ...
of
. The error converges to
if
for all eigenvalues
. If, e.g., all eigenvalues are positive, this can be guaranteed if
is chosen such that
. The optimal choice, minimizing all
, is
, which gives the simplest
Chebyshev iteration. This optimal choice yields a spectral radius of
:
where
is the
condition number
In numerical analysis, the condition number of a function measures how much the output value of the function can change for a small change in the input argument. This is used to measure how sensitive a function is to changes or errors in the inpu ...
.
If there are both positive and negative eigenvalues, the method will diverge for any
if the initial error
has nonzero components in the corresponding
eigenvectors
In linear algebra, an eigenvector () or characteristic vector of a linear transformation is a nonzero vector that changes at most by a scalar factor when that linear transformation is applied to it. The corresponding eigenvalue, often denoted ...
.
Equivalence to
gradient descent
In mathematics, gradient descent (also often called steepest descent) is a first-order iterative optimization algorithm for finding a local minimum of a differentiable function. The idea is to take repeated steps in the opposite direction of ...
Consider minimizing the function
. Since this is a
convex function
In mathematics, a real-valued function is called convex if the line segment between any two points on the graph of the function lies above the graph between the two points. Equivalently, a function is convex if its epigraph (the set of poin ...
, a sufficient condition for optimality is that the
gradient
In vector calculus, the gradient of a scalar-valued differentiable function of several variables is the vector field (or vector-valued function) \nabla f whose value at a point p is the "direction and rate of fastest increase". If the gr ...
is zero (
) which gives rise to the equation
:
Define
and
.
Because of the form of ''A'', it is a
positive semi-definite matrix, so it has no negative eigenvalues.
A step of gradient descent is
:
which is equivalent to the Richardson iteration by making
.
See also
*
Richardson extrapolation
In numerical analysis, Richardson extrapolation is a sequence acceleration method used to improve the rate of convergence of a sequence of estimates of some value A^\ast = \lim_ A(h). In essence, given the value of A(h) for several values of h, ...
References
*
*
{{Numerical linear algebra
Numerical linear algebra
Iterative methods