Gauss-Seidel method is used to solve the following equations (as per the given order):
x1 + 2x2 + 3x3 = 5
2x1 + 3x2 + x3 = 1
3x1 + 2x2 + x3 = 3
Assuming initial guess as x1 = x2 = x3 = 0, the value of x3 after the first iteration is1
- 6
2
- 8
3
6
4
8