Compute the first four Gauss-Seidel iterations of the system

using 0 as the initial value for each variable. Then rewrite the system so that it is diagonally dominant, set the value of each variable to 0, and again compute four Gauss-Seidel iterations.

Gauss-Seidel Iterations before rewriting:


Rewrite the system to be diagonally dominant:
=
=


Gauss-Seidel iterations after rewriting:

You can earn partial credit on this problem.