Question: Implement the Jacobi and Gauss-Seidel methods in MATLAB or use the programs from the book. Consider the matrix A which is a very important matrix

Implement the Jacobi and Gauss-Seidel methods in MATLAB or use the programs from the book. Consider the matrix A which is a very important matrix in Partial differential equations-that have many applications: b = [4 - 1 - 5 - 2 2 2 - 1 1 6]' and the exact solution: x = [l 0 - 1 0 1 1 0 1 2]. Check if both Jacobi and Gauss-Seidel methods converge or diverge by running the programs and computing the Ratio of the error e^(k) = | x - x^(k) |; e^(k + 1)/e^(k). Remember that we have shown that e^(k + 1)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
