Gauss-Jordan elimination is an algorithm to solve a system of linear equation and find the inverse of an invertible matrix.
It first augments a square matrix
Example
The algorithm can be seen as an extension to the Gaussian elimination.
Related
- using adjugate matrix is another way to find matrix inverse