Stein-Rosenberg theorem

From testwiki
Jump to navigation Jump to search

Template:Multiple issues

The Stein-Rosenberg theorem, proved in 1948, states that under certain premises, the Jacobi method and the Gauss-Seidel method are either both convergent, or both divergent. If they are convergent, then the Gauss-Seidel is asymptotically faster than the Jacobi method.

Statement

Let A=(aij)n×n. Let ρ(X) be the spectral radius of a matrix X. Let TJ=D1(L+U) and T1=(DL)1U be the matrix splitting for the Jacobi method and the Gauss-Seidel method respectively.

Theorem: If aij0 for ij and aii>0 for i=1,,n. Then, one and only one of the following mutually exclusive relations is valid:

  1. ρ(TJ)=ρ(T1)=0.
  2. 0<ρ(T1)<ρ(TJ)<1.
  3. 1=ρ(TJ)=ρ(T1).
  4. 1<ρ(TJ)<ρ(T1).

Proof and applications

The proof uses the Perron-Frobenius theorem for non-negative matrices. Its proof can be found in Richard S. Varga's 1962 book Matrix Iterative Analysis.[1]

In the words of Richard Varga:

the Stein-Rosenberg theorem gives us our first comparison theorem for two different iterative methods. Interpreted in a more practical way, not only is the point Gauss-Seidel iterative method computationally more convenient to use (because of storage requirements) than the point Jacobi iterative matrix, but it is also asymptotically faster when the Jacobi matrix

TJ

is non-negative

Employing more hypotheses, on the matrix A, one can even give quantitative results. For example, under certain conditions one can state that the Gauss-Seidel method is twice as fast as the Jacobi iteration.[2]

References

Template:Reflist

Template:Improve categories