Convergent matrix

From testwiki
Jump to navigation Jump to search

Template:Short description In linear algebra, a convergent matrix is a matrix that converges to the zero matrix under matrix exponentiation.

Background

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.

Definition

We call an n × n matrix T a convergent matrix if

Template:NumBlk

for each i = 1, 2, ..., n and j = 1, 2, ..., n.[1][2][3]

Example

Let

๐“=(1412014).

Computing successive powers of T, we obtain

๐“2=(116140116),๐“3=(1643320164),๐“4=(125613201256),๐“5=(110245512011024),
๐“6=(1409631024014096),

and, in general,

๐“k=((14)kk22k10(14)k).

Since

limk(14)k=0

and

limkk22k1=0,

T is a convergent matrix. Note that ρ(T) = Template:Math, where ρ(T) represents the spectral radius of T, since Template:Math is the only eigenvalue of T.

Characterizations

Let T be an n × n matrix. The following properties are equivalent to T being a convergent matrix:

  1. limk๐“k=0, for some natural norm;
  2. limk๐“k=0, for all natural norms;
  3. ρ(๐“)<1;
  4. limk๐“k๐ฑ=๐ŸŽ, for every x.[4][5][6][7]

Iterative methods

Template:Main A general iterative method involves a process that converts the system of linear equations

Template:NumBlk

into an equivalent system of the form

Template:NumBlk

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

Template:NumBlk

for each k ≥ 0.[8][9] For any initial vector x(0)โ„n, the sequence {๐ฑ(k)}k=0 defined by (Template:EquationNote), for each k ≥ 0 and c ≠ 0, converges to the unique solution of (Template:EquationNote) if and only if ρ(T) < 1, that is, T is a convergent matrix.[10][11]

Regular splitting

Template:Main A matrix splitting is an expression which represents a given matrix as a sum or difference of matrices. In the system of linear equations (Template:EquationNote) above, with A non-singular, the matrix A can be split, that is, written as a difference

Template:NumBlk

so that (Template:EquationNote) can be re-written as (Template:EquationNote) above. The expression (Template:EquationNote) is a regular splitting of A if and only if B−10 and C0, that is, Template:Nowrap and C have only nonnegative entries. If the splitting (Template:EquationNote) is a regular splitting of the matrix A and A−10, then ρ(T) < 1 and T is a convergent matrix. Hence the method (Template:EquationNote) converges.[12][13]

Semi-convergent matrix

We call an n × n matrix T a semi-convergent matrix if the limit

Template:NumBlk

exists.[14] If A is possibly singular but (Template:EquationNote) is consistent, that is, b is in the range of A, then the sequence defined by (Template:EquationNote) converges to a solution to (Template:EquationNote) for every x(0)โ„n if and only if T is semi-convergent. In this case, the splitting (Template:EquationNote) is called a semi-convergent splitting of A.[15]

See also

Notes

Template:Reflist

References

Template:Numerical linear algebra Template:Matrix classes Template:Authority control