This video shows how to compute the inverse matrix quickly. There are several ways to compute inverse matrix, the most common used way is row reduction because it need the least computation. Arranging the matrix and the identity matrix in a row to build a new matrix, then taking row reduction to this new matrix. If the original matrix reduced to be an identity matrix, the identity matrix is transformed to be the inverse matrix of the original matrix.