GAUSS JORDAN METHOD
In this method given system of equations are solved by transforming the coefficient matrix into a unit matrix.
STEPS FOR SOLVING EQUATIONS USING THIS METHOD :
- Write the matrix form of the system of equations.
- Write the augmented matrix.
- Reduce the coefficient matrix to unit matrix by applying elementary row transformation to the augmented matrix.
- Write the corresponding linear system of equations to obtain the solution.
EXAMPLE :