Write a MatLab code to solve Ax = b for x with A=[1 2 4 ; 1/8 11 ; -1 4 1] , b = (1,3,2) using the iterative methods Gauss-Seidel.As starting value choose (0,0,0).
Expert Answer
Answer to Write a MatLab code to solve Ax = b for x with A=[1 2 4 ; 1/8 1 1 ; -1 4 1] , b = (1,3,2) using the iterative methods Ga…