Matrix splitting

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

In the mathematical discipline of numerical linear algebra, a matrix splitting is an expression which represents a given matrix as a sum or difference of matrices. Many iterative methods (e.g., for systems of differential equations) depend upon the direct solution of matrix equations involving matrices more general than tridiagonal matrices. These matrix equations can often be solved directly and efficiently when written as a matrix splitting. The technique was devised by Richard S. Varga in 1960.[1]

Contents

Regular splittings [edit]

We seek to solve the matrix equation

 \bold A \bold x = \bold k,  \quad (1)

where A is a given n × n non-singular matrix, and k is a given column vector with n components. We split the matrix A into

 \bold A = \bold B - \bold C, \quad (2)

where B and C are n × n matrices. If, for an arbitrary n × n matrix M, M has nonnegative entries, we write M0. If M has only positive entries, we write M > 0. Similarly, if the matrix M1M2 has nonnegative entries, we write M1M2.

Definition: A = BC is a regular splitting of A if and only if B−10 and C0.

We assume that matrix equations of the form

 \bold B \bold x = \bold g,  \quad (3)

where g is a given column vector, can by solved directly for the vector x. If (2) represents a regular splitting of A, then the iterative method

 \bold B \bold x^{(m+1)} = \bold C \bold x^{(m)} + \bold k, \quad m = 0, 1, 2, \ldots ,  \quad (4)

where x(0) is an arbitrary vector, can be carried out. Equivalently, we write (4) in the form

 \bold x^{(m+1)} = \bold B^{-1} \bold C \bold x^{(m)} + \bold B^{-1} \bold k, \quad m = 0, 1, 2, \ldots  \quad (5)

The matrix D = B−1C has nonnegative entries if (2) represents a regular splitting of A.[2]

It can be shown that if A−1 > 0, then \rho (\bold D) < 1, where \rho (\bold D) represents the spectral radius of D, and thus D is a convergent matrix. As a consequence, the iterative method (5) is necessarily convergent.[3][4]

If, in addition, the splitting (2) is chosen so that the matrix B is a diagonal matrix (with the diagonal entries all non-zero, since B must be invertible), then B can be inverted in linear time (see Time complexity).

Matrix iterative methods [edit]

Many iterative methods can be described as a matrix splitting. If the diagonal entries of the matrix A are all nonzero, and we express the matrix A as the matrix sum

 \bold A = \bold D - \bold U - \bold L, \quad (6)

where D is the diagonal part of A, and U and L are respectively strictly upper and lower triangular n × n matrices, then we have the following.

The Jacobi method can be represented in matrix form as a splitting

 \bold x^{(m+1)} = \bold D^{-1}(\bold U + \bold L)\bold x^{(m)} + \bold D^{-1}\bold b. \quad (7) [5][6]

The Gauss-Seidel method can be represented in matrix form as a splitting

 \bold x^{(m+1)} = (\bold D - \bold L)^{-1}\bold U \bold x^{(m)} + (\bold D - \bold L)^{-1}\bold b. \quad (8) [7][8]

The method of successive over-relaxation can be represented in matrix form as a splitting

 \bold x^{(m+1)} = (\bold D - \omega \bold L)^{-1}[(1 - \omega) \bold D + \omega \bold U] \bold x^{(m)} + \omega (\bold D - \omega \bold L)^{-1}\bold b. \quad (9) [9][10]

See also [edit]

Notes [edit]

  1. ^ Varga (1960)
  2. ^ Varga (1960, pp. 121–122)
  3. ^ Varga (1960, pp. 122-123)
  4. ^ Varga (1962, p. 89)
  5. ^ Burden & Faires (1993, p. 408)
  6. ^ Varga (1962, p. 88)
  7. ^ Burden & Faires (1993, p. 411)
  8. ^ Varga (1962, p. 88)
  9. ^ Burden & Faires (1993, p. 416)
  10. ^ Varga (1962, p. 88)

References [edit]

  • Varga, Richard S. (1960). "Factorization and Normalized Iterative Methods". In Langer, Rudolph E. Boundary Problems in Differential Equations. Madison: University of Wisconsin Press. pp. 121–142. LCCN 60-60003.