For matrices, there is no such thing as division. You can add, subtract, and multiply matrices, but you cannot divide them. There is a related concept, though, which is called "inversion". First I'll discuss why inversion is useful, and then I'll show you how to do it.
Content Continues Below
Think back to when you first learned about how to solve linear equations. If you were given something like 3x = 6, you would solve by dividing both sides by 3. Since multiplying by is the same as dividing by 3, you could also multiply both sides by to get the same answer: x = 2.
Affiliate
Advertisement
If you needed to solve something like , you could still divide both sides by , but it was probably easier to multiply both side by . The reciprocal fraction is the inverse of because, if you multiply the two fractions, you get 1, which is, in this context, called the (multiplicative) identity; 1 is called the multiplicative identity because multiplying something by 1 doesn't change its value.
This terminology and these facts are very important for matrices. If you are given a matrix equation like AX = C, where you are given A and C and are told to figure out X, you would like to divide off the matrix A. But you can't do division with matrices.
In simple terms, an inverse matrix is the square matrix A−1 that you can multiply on either side of matrix A to get the identity matrix I. In other words, given matrix A, its inverse matrix A−1 obeys the following:
A × A−1 = A−1 × A = I
Inverse matrices allow you to solve matrix equations in much the same way as inverse fractions allow you to solve one-step (multiplication) linear equations, such as .
Given the matrix equation AX = C, what if you could find the inverse of A, something similar to finding reciprocal fractions for solving linear equations? You can use the inverse of A, written as A−1 and pronounced "A inverse", to cancel off the A from the matrix equation; this then allows you then to solve the matrix equation for X.
AX = C
A−1AX = A−1C
IX = A−1C
X = A−1C
How did A−1AX on the left-hand side of the equation (in the second line above) turn into X in the last line? It matches the nature of inverses for regular numbers. If you have a number (such as ) and its inverse (in this case, ) and you multiply them, you get 1. And 1 is the multiplicative identity, so called because 1x = x for any number x.
Affiliate
Inversion works the same way for matrices. If you multiply a matrix (such as A) and its inverse (in this case, A−1), you get the identity matrix I, which is the matrix analog of the number 1. And the point of the identity matrix is that IX = X for any matrix X (meaning "any matrix of the correct size", of course).
It should be noted that the order in the multiplication above is important and is not at all arbitrary. Recall that, for matrices, multiplication is not commutative. That is, AB is almost never equal to BA.
So multiplying the matrix equation "on the left" (to get A−1AX) is not at all the same thing as multiplying "on the right" (to get AXA−1). The product AXA−1 does not equal A−1AX, because you can't switch around the order in matrix multiplication.
Thus, to solve the matrix equation AX=C, you have to multiply A−1 on the left, putting it right next to the A in the original matrix equation. And since you have to do the same thing to both sides of an equation when you're solving, you must multiply "on the left" on the right-hand side of the equation as well, resulting in A−1C.
You cannot be casual with your placement of the matrices; you must be precise, correct, and consistent. This is the only way to successfully cancel off A and solve the matrix equation.
Content Continues Below
As you have seen above, inverse matrices can be very useful for solving matrix equations. But—
To find the inverse of a matrix, follow these steps:
This technique for inverting matrices is kind of clever. Here's an example of how it works:
First, I write down the entries the matrix A, but I write them in a double-wide matrix:
In the other half of the double-wide, I write the identity matrix:
Now I'll do matrix row operations to convert the left-hand side of the double-wide into the identity. (As always with row operations, there is no one "right" way to do this. What follows are just the steps that happened to occur to me. Your calculations could easily look quite different.)
Now that the left-hand side of the double-wide contains the identity, the right-hand side contains the inverse. That is, the inverse matrix is the following:
Note that we can confirm that this matrix is the inverse of A by multiplying the two matrices and seeing that we get the identity.
Since the multiplication ended with the identity matrix, the matrix we found is confirmed to be the inverse of the original matrix that they gave us.
Be advised that, in "real life", the inverse is rarely a matrix filled with nice neat whole numbers like this. With any luck, though, especially if you're doing inverses by hand, you'll be given nice ones like this to do.
To find the inverse of a 2-by-2 matrix, use the following formula:
For the following matrix:
...the inverse matrix is given by:
There is a formula, sort of, for the inverse of a 3-by-3 matrix, but it's arguably not the quickest way to proceed. Use the method above instead.
There are loads of ways to find the inverse of a matrix; Wikipedia gives an extensive list (link). Following the swap-the-identity-matrix method above is probably the easiest of the listed methods. But, in real life (as a mathematician or scientist), other solution methods are preferred. *Any* method is preferred to inverse matrices.
URL: https://www.purplemath.com/modules/mtrxinvr.htm
You can use the Mathway widget below to practice finding the inverse of a matrix. Try the entered exercise, or type in your own exercise. Then click the button and select "Find the Inverse" to compare your answer to Mathway's. (Or skip the widget and continue with the lesson.)
Please accept "preferences" cookies in order to enable this widget.
(Click "Tap to view steps" to be taken directly to the Mathway site for a paid upgrade.)
© 2024 Purplemath, Inc. All right reserved. Web Design by