Given an n -by-n matrix A , form the augmented matrix (A|I) (i.e. you have the n -by-n identity matrix on the right hand side of the bar). Apply row operations to this augmented matrix until you obtain an augmented matrix (B|C) with B in reduced echelon form.
-
If B=I then A is invertible with inverse C .
-
If B≠I then A is not invertible.