Having seen that the number
Definition of Inverse Matrix
The inverse of matrix
Where
Note that, just as in the definition of the identity matrix, this definition requires commutativity—the multiplication must work the same in either order.
Note also that only square matrices can have an inverse. The definition of an inverse matrix is based on the identity matrix
The method for finding an inverse matrix comes directly from the definition, along with a little algebra.
Finding an Inverse Matrix
Example: Find the inverse of: $\begin{pmatrix} 3 & 4 \\ 5 & 6 \end{pmatrix}$
First, let the following be true:
This is the key step. It establishes
Next, do the multiplication:
For two matrices to be equal, every element in the left must equal its corresponding element on the right. So, for these two matrices to equal each other:
Solve the first two equations for
The results are:
Having solved for the four variables, the result is the inverse
If an inverse has been found, then a quick check to be sure it is correct is to multiply it by the original matrix and see if the identify matrix results:
After multiplying, the result is:
Simplifying the problem gives:
Therefore, the inverse works. But wait!
Note that, to fully test it, one has to try the multiplication in both orders, because, in general, changing the order of a matrix multiplication changes the answer. The definition of an inverse matrix specifies that it must work both ways.
After multiplying, one gets:
Simplifying the problem gives:
So the inverse matrix works both ways.
In some cases, the inverse of a square matrix does not exist. This is called a singular matrix.