Summary: This module introduces the inverse matrix and its properties.
Note: Your browser may not currently support MathML. See our browser support page for additional details. You can always view the correct math in the PDF version.
We have seen that the number 1 plays a special role in multiplication, because
The inverse of a number is defined as the number that multiplies by that number to give 1:
By analogy, the inverse of a matrix multiplies by that matrix to give the identity matrix.
The inverse of matrix
The superscript –1 is being used here in a similar way to its use in functions. Recall that
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. Why? The definition of an inverse matrix is based on the identity matrix
How do you find an inverse matrix? The method comes directly from the definition, with a little algebra.
| Example: Finding an Inverse Matrix | |
|---|---|
| Find the inverse of
|
The problem |
|
This is the key step. It establishes
|
|
| Do the multiplication. (You should check this step for yourself, it’s great practice. For instance, you start by multiplying first row x first column, and you get 3a+4c.) | |
|
|
Remember what it means 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, all four of these equations must hold. |
|
|
Solve the first two equations for a and c by using either elimination or substitution. Solve the second two equations for |
| So the inverse is:
|
Having found the four variables, we have found the inverse. |
Did it work? Let’s find out.
| Testing our Inverse Matrix | |
|---|---|
|
The definition of an inverse matrix: if we have indeed found an inverse, then when we multiply it by the original matrix, we should get [I]. |
|
Do the multiplication. |
![]() |
It works! |
Note that, to fully test it, we would have to try the multiplication in both orders. Why? Because, in general, changing the order of a matrix multiplication changes the answer; but the definition of an inverse matrix specifies that it must work both ways! Only one order was shown above, so technically, we have only half-tested this inverse.
This process does not have to be memorized: it should make logical sense. Everything we have learned about matrices should make logical sense, except for the very arbitrary-looking definition of matrix multiplication.
"This is the "concepts" book in Kenny Felder's "Advanced Algebra II" series. This text was created with a focus on 'doing' and 'understanding' algebra concepts rather than simply hearing about […]"