The solution of the system of equations (1 2, 2 1)(x,y) =(4,-2) is attempt by the Gauss Jacobi and Gauss Seidel iteration schemes. Set up the two schemes in matrix form. Will the iteration schemes converge? Justify your answer.
1
Expert's answer
2018-04-02T04:38:08-0400
Answer on Question #75213 – Math – Quantitative Methods
Question
The solution of the system of equations (1 2, 2 1)(x,y) = (4,-2) is attempt by the Gauss Jacobi and Gauss Seidel iteration schemes. Set up the two schemes in matrix form. Will the iteration schemes converge? Justify your answer.
Solution
Let the system of equations is given by
Ax=b, where A=[1221] and b=[4−2],x=[xy]
The Gauss Jacobi method
The solution is then obtained iteratively through:
xk+1=D−1(b−Rxk) where A=D+R,D=[1001],R=[0220]
The convergence condition is that the spectral radius of the iteration matrix is less than 1:
ρ(D−1R)<1D−1R=[0220]→ρ(D−1R)=2
the Gauss Jacobi method does not converge for system (1)
The Gauss Seidel method
The solution is then obtained iteratively through:
xk+1=(L+D)−1(b−Uxk) where A=L+D+U,D=[1001],L=[0200],U=[0020]
the Gauss Seidel method does not converge for system (1).
**Answer**: The solution of the system of equations (1 2, 2 1) (x,y)=(4,−2) by means of the iterative methods of Gauss Jacobi and Gauss Seidel does not converge.
Answer provided by https://www.AssignmentExpert.com
Comments