solve the system of equations
8x1 -x2 +2x3 =4
-3x1 +11x2 -x3 +3x4 =23
_x2 +10x3 -x4 =-13
_2x1 +x2 -x3 +8x4 =13
with x^(0) =[0 0 0 0]^T by using the Gauss Jacoboi and Gauss Seidel method. The exact solution of the system is x=[1 2 -1 1]^T. Perform the required number of iteration so that the same accuracy is obtained by birth the methods. What conclusions can you draw from the result obtained?
Comments
Leave a comment