Following systems of equations are given:
18x1 - 2x2 - 3x3 = 3800
7x3 - 4x1 - x2 = 2350
15x2 - 3x1 - 6x3 = 1200
a) Rearrange the equations to guarantee convergence in order to use the Gauss-Seidel Method.
b) Starting from the initial values of x1, x2, and x3 = 0, find x1, x2, and x3 using the Gauss-Seidel Method until the approximation error for x3 falls below 16% (or for 3 iterations if it cannot fall below 16%).
c) Use the Jacobi iteration to find x1, x2, and x3 for the same number of iterations.
d) Determine which method has faster convergence for x3 and explain why (consider only x3).
Keep your calculations within a maximum of 3 digits after the decimal point.