What is the inverse of a matrix?
Let be a matrix. We define the inverse matrix of if there exists a matrix such that . Then we write the inverse of as . We also say that is invertible if an inverse matrix of exists. Note that not every matrix has an inverse.
Theorem 1. Let be matrix. The matrix has an inverse if and only if it has pivots.
This theorem is possible the easiest one. It is also quite clear why the matrix needs pivots. Take the assumption that this is not true. Then we have at least one zero row, without loss of generality, and take the last row as the zero row. Then it implies that multiplying two matrices will also contain at least one zero row. That is in contradiction with the definition of an inverse because we need .
Another way to check if the matrix has an inverse is by checking its determinant.
Theorem 2. Let be matrix. has an inverse if and only if .
Few notes to end this part. Let be an invertible matrix. has only one inverse (so it is unique). Let , where is a vector space, and . Then if and only if .
The Gauss-Jordan Method
The Gauss-Jordan Method is the same as Gaus elimination, but then finding the inverse of that specific matrix. To perform the Gaus-Jordan, we need to follow the next steps: Algorithm. Algorithm to find the inverse:- Put the in an block matrix .
- Now perform the Gaus elimination till you get . If that fails, then has no inverse as it doesn’t have pivots.
When matrices are getting bigger, mistakes can be easily made. But after the calculation with the Gauss-Jordan method, the reader can check if the answer is correct by applying . There is a more simple way to find the inverse matrix by using minors, cofactors, and adjugate.