How to prove a strictly diagonally dominant matrix is convergent

  • Thread starter Thread starter bubokribuck
  • Start date Start date
  • Tags Tags
    Convergent Matrix
Click For Summary
SUMMARY

The discussion centers on proving the convergence of Jacobi's method for solving the linear system Ax = b when the coefficient matrix A is strictly diagonally dominant. The matrix A is expressed as A = D - L - U, where D is the diagonal matrix, -L is the strictly lower triangular part, and -U is the strictly upper part. The iteration matrix Tj = D-1(L + U) must be analyzed to show that its largest eigenvalue is less than 1, utilizing the Contraction Mapping Theorem as a key tool in the proof.

PREREQUISITES
  • Understanding of linear algebra concepts, particularly matrix decomposition.
  • Familiarity with Jacobi's method for iterative solutions of linear systems.
  • Knowledge of eigenvalues and eigenvectors in the context of matrix analysis.
  • Comprehension of the Contraction Mapping Theorem and its implications in iterative methods.
NEXT STEPS
  • Study the properties of strictly diagonally dominant matrices and their implications for convergence.
  • Learn about the derivation and application of the Contraction Mapping Theorem in numerical analysis.
  • Explore the spectral radius of matrices and its relationship to convergence in iterative methods.
  • Investigate other iterative methods for solving linear systems, such as Gauss-Seidel and Successive Over-Relaxation (SOR).
USEFUL FOR

Mathematicians, numerical analysts, and students studying linear algebra who are interested in iterative methods for solving linear equations and their convergence properties.

bubokribuck
Messages
42
Reaction score
0
Question:

Ax=b

Let the coefficient matrix A be written in the form A=D-L-U, where D is the diagonal matrix whose diagonal is the same as that of A, -L is the strictly lower triangular part of A and -U is the strictly upper part of A. Furthermore, let Tj = D-1(L+U) be the iteration matrix for Jacobi's method. Prove that Jacobi's method is convergent if the coefficient matrix is diagonally dominant.


If A and b are given, I know how to use the Jacobi's method to find out whether or not A is convergent. But how should I prove that "Jacobi's method is convergent if A is diagonally dominant" using just those given letters and symbols?
 
Physics news on Phys.org
Here's a hint: Contraction Mapping Theorem.

(you want to show that the largest eigenvalue of the matrix D^-1x(L + U) is less than 1, then you can use the contraction mapping from there).
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 33 ·
2
Replies
33
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K