Question: Q1) For a system define as: 0.3x1 + 0.52x2 + x3 = -0.01 0.5x1 + x2 + 1.9x3 = 0.67 0.1x1 + 0.3x2 + 0.5x3
Q1) For a system define as: 0.3x1 + 0.52x2 + x3 = -0.01 0.5x1 + x2 + 1.9x3 = 0.67 0.1x1 + 0.3x2 + 0.5x3 = 0.44 Using Gauss-seidal method, write a Matlab code to find [x1 x2 x3] after 6 iteration starting from [0 0 0]. Let the stopping value =0.02 Q) Modify your code to find solution using Jacobi Method
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
