Use augmented matrix to find inverse
Use the augmented matrix method to find the inverse of matrix .
- Combine the matrix with the identity matrix, , to create an augmented matrix.
- Perform elementary row operations to change the left side of the augmented matrix into the identity matrix.
- Write the inverse matrix.