Question: i need solution process and solution please help... 2. You have the following system of linear equations: 3x1x2+x3=33x1+4x2x3=22x1+x2+5x3=4 2.1. develop the MATLAB script for the
i need solution process and solution please help...

2. You have the following system of linear equations: 3x1x2+x3=33x1+4x2x3=22x1+x2+5x3=4 2.1. develop the MATLAB script for the Gauss-Seidel method and find the solution of the above system (x1=0,x2=0,x3=0,s=0.01%). (15pts) Note: use the following command in every iteration loop, and capture and paste the command window that includes the results of the following command (iterative process) fprintf(%3.0f9.4f9.4f9.4f ,i,x1,x2,x3) 2.2. from the trial and error approach in applying the relaxation method to problem 2.1, find the best value of that minimizes the number of iterations and the corresponding number of iterations. (10pts) Hint: use various values of with =0.1, and determine the best value among them
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
