Question: Jacobi Iteration Method and Gauss-Seidel Iteration Method in Matlab Make a USER-FRIENDLY Matlab program that will solve for the values of the variables in the
Jacobi Iteration Method and Gauss-Seidel Iteration Method in Matlab
Make a USER-FRIENDLY Matlab program that will solve for the values of the variables in the system of linear equations presented below: -3a + 4b - 60 = -2 4a + 8b + 2c - d= 4 2a - 6b + 2c + 4d = 3 -3a - b + 4c - 3d = -2 The program should tell the user that the program will solve for the values of a, b, c, and d. The program should allow the user to choose between Jacobi Iteration or Gauss-Seidel Iteration as methods for solving the given system of linear equations. The user should be able to choose between the following starting iteration values: 1. a = 0, b = 0, C = 0, d = 0 2. a = 10, b =10, C = 10, d = 10 The program should display the tabular result of the iteration. Iteration should be stopped when the error values are equal to, or fall below, 0.00010
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
