Solve the following system of linear equations taking initial approximation x(0) [0,0,0,0] and with e = 10-4 in lo-norm 2x1 +8x2 = 1 5x1 + x3 = X2 -X1 + X2 + 4x3 + X4 +23 +5x4 2 = 12 12 X2 (a) using the Gauss-Seidel method, and (b) using the SOR method with w = 0.33.
solve this system by using
a) jacobi itrative method.
b) gauss_seidel itrative method.
c) Successive Over-Relaxation"SOR" Method