(a) Consider a system of linear equations Ax=b with a non-singular square n×n matrix A. To determine its solution x=x∗ we apply the iterative method
xk+1=Hxk+v.
Here v∈Rn, while the matrix H∈Rn×n is such that x∗=Hx∗+v implies Ax∗=b. The initial vector x0∈Rn is arbitrary. Prove that, if the matrix H possesses n linearly independent eigenvectors w1,…,wn whose corresponding eigenvalues λ1,…,λn satisfy maxi∣λi∣<1, then the method converges for any choice of x0, i.e. xk→x∗ as k→∞.
(b) Describe the Jacobi iteration method for solving Ax=b. Show directly from the definition of the method that, if the matrix A is strictly diagonally dominant by rows, i.e.
∣aii∣−1j=1,j=i∑n∣aij∣≤γ<1,i=1,…,n,
then the method converges.