Algorithm: Matrix Inversion
To find the inverse of an invertible matrix :
Notate an -matrix by sticking the identity matrix to the right of .
Perform Gauss-Jordan elimination on . If is indeed invertible, the final result will be .
EXAMPLE
Theorem: Inverting -Matrices