Teaching MPPSC Assistant Professor Mock Test Series 2025 Engineering Mathematics Numerical Methods Solutions of Linear Algebraic Equations
The approximate solution of the system of simultaneous equations
2x - 5y + z = 8
x + 3y - 2z = 6
3x + 2y + z = 9
by applying Gauss-Seidel method (as per given order) one time (using initial approximation as x = 0, y = 0, z = 0) will be:
1
x = 2, y = 0.8, z = 1.2
2
x = 4, y = 0.6, z = 4.2
3
x = 4, y = 0.6, z = - 4.2
4
x = 2, y = 0.8, z = -1.2