Question: Write a Matlab/Octave program that uses the Gauss-Seidel method to find a solution to within 0.0001 to the non-linear algebraic equation: wher a-)= 6000 .

Write a Matlab/Octave program that uses the Gauss-Seidel method to find a solution to within 0.0001 to the non-linear algebraic equation: wher a-)= 6000 . al =-66600; ao = 44500; Use a seed value of 10 3.1 Submit Code - 5 points Submit your code to Blackboard as a separate file. No credit will be given for the output without a working code file 3.2 Include Output 15 points Cut and paste the program output using a seed value of 10 into a document and include that in your exam submittal. Do not use screen shots. The progam output should include 1. for each iteration: (a) the iteration number, (b) the seed value of x or value from the previous iteration for x, (c) the evaluation of g(x), and (d) the differential dx between the two 2. When the solution converges, the program should (a) print the solution Write a Matlab/Octave program that uses the Gauss-Seidel method to find a solution to within 0.0001 to the non-linear algebraic equation: wher a-)= 6000 . al =-66600; ao = 44500; Use a seed value of 10 3.1 Submit Code - 5 points Submit your code to Blackboard as a separate file. No credit will be given for the output without a working code file 3.2 Include Output 15 points Cut and paste the program output using a seed value of 10 into a document and include that in your exam submittal. Do not use screen shots. The progam output should include 1. for each iteration: (a) the iteration number, (b) the seed value of x or value from the previous iteration for x, (c) the evaluation of g(x), and (d) the differential dx between the two 2. When the solution converges, the program should (a) print the solution
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
