In linear algebra, a convergent matrix is a matrix that converges to the zero matrix under matrix exponentiation.
When successive powers of a matrix T become small (that is, when all of the entries of T approach zero, upon raising T to successive powers), the matrix T converges to the zero matrix. A regular splitting of a non-singular matrix A results in a convergent matrix T. A semi-convergent splitting of a matrix A results in a semi-convergent matrix T. A general iterative method converges for every initial vector if T is convergent, and under certain conditions if T is semi-convergent.
We call an n × n matrix T a convergent matrix if
for each i = 1, 2, ..., n and j = 1, 2, ..., n.
Let
\begin{align} &T=\begin{pmatrix}
1 | |
4 |
&
1 | |
2 |
\\[4pt] 0&
1 | |
4 |
\end{pmatrix}. \end{align}
\begin{align} &T2=\begin{pmatrix}
1 | |
16 |
&
1 | |
4 |
\\[4pt] 0&
1 | |
16 |
\end{pmatrix}, T3=\begin{pmatrix}
1 | |
64 |
&
3 | |
32 |
\\[4pt] 0&
1 | |
64 |
\end{pmatrix}, T4=\begin{pmatrix}
1 | |
256 |
&
1 | |
32 |
\\[4pt] 0&
1 | |
256 |
\end{pmatrix}, T5=\begin{pmatrix}
1 | |
1024 |
&
5 | |
512 |
\\[4pt] 0&
1 | |
1024 |
\end{pmatrix}, \end{align}
\begin{align} T6=\begin{pmatrix}
1 | |
4096 |
&
3 | |
1024 |
\\[4pt] 0&
1 | |
4096 |
\end{pmatrix}, \end{align}
\begin{align} Tk=\begin{pmatrix} (
1 | |
4 |
)k&
k | |
22k |
\\[4pt] 0&(
1 | |
4 |
)k \end{pmatrix}. \end{align}
\limk\left(
1 | |
4 |
\right)k=0
\limk
k | |
22k |
=0,
Let T be an n × n matrix. The following properties are equivalent to T being a convergent matrix:
\limk\|Tk\|=0,
\limk\|Tk\|=0,
\rho(T)<1
\limkTkx=0,
See main article: Iterative method. A general iterative method involves a process that converts the system of linear equations
into an equivalent system of the form
for some matrix T and vector c. After the initial vector x(0) is selected, the sequence of approximate solution vectors is generated by computing
for each k ≥ 0. For any initial vector x(0) ∈
Rn
\lbracex\rbrace
infty | |
k=0 |
See main article: Matrix splitting. A matrix splitting is an expression which represents a given matrix as a sum or difference of matrices. In the system of linear equations above, with A non-singular, the matrix A can be split, that is, written as a difference
so that can be re-written as above. The expression is a regular splitting of A if and only if B-1 ≥ 0 and C ≥ 0, that is, and C have only nonnegative entries. If the splitting is a regular splitting of the matrix A and A-1 ≥ 0, then ρ(T) < 1 and T is a convergent matrix. Hence the method converges.
We call an n × n matrix T a semi-convergent matrix if the limit
exists. If A is possibly singular but is consistent, that is, b is in the range of A, then the sequence defined by converges to a solution to for every x(0) ∈
Rn