In this explainer, we will learn how to check whether a matrix has an inverse and then find its inverse, if possible.
When working with real number systems, we know that multiplying any nonzero number by its reciprocal results in 1. 1 is a special real number because multiplying any number by 1 does not change the number. In this sense, 1 is called the multiplicative identity. The reciprocal of a nonzero number is called the multiplicative inverse.
We can see the usefulness of the multiplicative inverse when we solve a linear equation to find an unknown constant. For instance, consider the problem of finding the value of that satisfies the equation
We can solve this equation simply by dividing both sides of the equation by 3. Dividing by 3 is the same as multiplying by , which is the reciprocal of 3. What is really happening here is that we are multiplying both sides of the equation by the multiplicative inverse of 3, which is the coefficient of the unknown constant . This leads to
Multiplying 3 by its reciprocal results in 1, which is the multiplicative identity. So, the left-hand side of the equation becomes , which is the same as . This leads to , which gives the value of the unknown constant.
Now, let us think of an analogous type of problem using matrix operations. Say that we know two matrices and and we want to find an unknown matrix that satisfies the matrix equation
Thinking back on the solution process in context of real number operations, we would like to βdivideβ both sides by . But we do not know a notion of division in matrix operations. Instead of division, we can think of multiplying both sides of the equation by the βreciprocalβ of , only if such an object as the reciprocal, or a multiplicative inverse, of a matrix can be defined.
The aim of this explainer is precisely to understand when it is possible to find a multiplicative inverse of a matrix and to learn how to compute the inverse when possible. In order to discuss the multiplicative inverse of a matrix, we need to first understand the multiplicative identity.
We recall that the identity matrix, denoted or , is a diagonal matrix whose diagonal entries are equal to 1. We know that multiplying any matrix by an identity matrix of compatible order does not change the matrix. Hence, the identity matrix is the multiplicative identity for matrix multiplication. This means that we can define the (multiplicative) inverse of a matrix so that multiplying a matrix by its inverse results in the identity matrix. In particular, we will need the identity matrix in order to define the inverse of a matrix.
Definition: Inverse of a Matrix
Let be a matrix. The inverse of , denoted , is a matrix that satisfies
If such a matrix exists, we say that matrix is invertible.
If such a matrix does not exist, we say that matrix is not invertible.
We recall that the multiplication of an matrix by an matrix results in a matrix. Since both and are matrices, this means that the inverse , if it exists, must also be a matrix. In fact, this definition of the matrix inverse holds for larger matrices, as long as they are square matrices, by replacing 2 by in the statement. We will focus on the case in this explainer.
We can see that the inverse, or the multiplicative inverse, of a matrix is defined in a way such that multiplying any matrix by its inverse results in the identity matrix. In this way, the inverse of a matrix is analogous to the reciprocal of a nonzero real number.
We know that matrix multiplication is not commutative, which means that the order of multiplication matters. Thus, we need both and to be equal to the identity.
This definition tells us that the inverse of a matrix is another matrix such that multiplying the two matrices in either order results in the identity matrix . If such a matrix exists, we can immediately see that the original matrix satisfies the definition of the inverse of . This leads to the following property.
Property: Inverse of the Matrix Inverse
Let be an invertible matrix. Then, is invertible and
Before discussing how to find an inverse of a matrix, we need to understand when a matrix is not invertible. In the context of real number operations, the only noninvertible real number is 0. The analog of the real number 0 is the zero matrix, denoted , whose entries are all equal to 0. While it is true that the zero matrix is not invertible, there are larger families of matrices that are not invertible.
Property: Singular Matrices
A square matrix is not invertible if and only if its determinant is equal to zero. Matrices with this property are known as singular matrices.
To understand this statement, we recall the property of determinants of a matrix. Given square matrices and of the same order,
We can use this property on the first equation in the definition of the matrix inverse: If is an invertible matrix, we have
Taking the determinant of both sides of this equation,
We know that the determinant of an identity matrix is equal to 1. Using the property of the determinant, this equation can be written as
Since is one of the factors on the left-hand side of the equation, this equation cannot be satisfied if . In other words, the condition cannot be true for any matrix if . This proves that is not invertible if .
This argument only shows that a matrix with zero determinant is not invertible. We will not prove the converse statement here, which states that a matrix with nonzero determinant is invertible. Instead, we will develop a formula for finding the inverse of nonsingular matrices, which will serve as proof for the existence of an inverse.
Before going further into this discussion, let us consider a few examples where we will determine whether or not a given matrix is invertible.
Example 1: Determinants and Invertibility
Is the matrix invertible?
Answer
In this example, we need to determine whether a given matrix is invertible. We recall that a square matrix is invertible if and only if its determinant is not equal to zero. We can see that the order of the given matrix is , which means that it is a square matrix. So, we need to check its determinant to see whether it is equal to zero.
Recall that the determinant of a matrix is given by
This leads to
We can see that the determinant of the given square matrix is nonzero. This tells us that this matrix is invertible.
Hence, the correct answer to the question in this example is yes.
Let us consider another example where we determine whether a given matrix is invertible.
Example 2: Determinants and Invertibility
Is the matrix invertible?
Answer
In this example, we need to determine whether a given matrix is invertible. We recall that a square matrix is invertible if and only if its determinant is not equal to zero. We can see that the order of the given matrix is , which means that it is a square matrix. So, we need to check its determinant to see whether it is equal to zero.
Recall that the determinant of a matrix is given by
This leads to
We can see that the determinant of the given square matrix is equal to zero. This tells us that this matrix is not invertible.
Hence, the correct answer to the question in this example is no.
In the next example, we will find a condition for an unknown constant in a matrix, given that a matrix is invertible.
Example 3: Determinants and Invertibility
Given that the matrix is invertible, what must be true of .
Answer
In this example, we are given that the matrix is invertible. We recall that a square matrix is invertible if and only if its determinant is not equal to zero. We can see that the order of the given matrix is , which means that it is a square matrix. So, we need to make sure that its determinant is not equal to zero to ensure that it is invertible.
Recall that the determinant of a matrix is given by
This leads to
Hence, the determinant of the given matrix is . Since the matrix is invertible, this value must not equal zero. This leads to
Therefore, it must be true that
In the next example, we will find all possible values of an unknown in a matrix when we are given that the matrix is singular.
Example 4: Finding the Unknown Elements of a Singular Matrix
Find the set of real values of that make the matrix singular.
Answer
In this example, we are given that the matrix is singular. We recall that a singular matrix is a square matrix with zero determinant. We can see that the order of the given matrix is , which means that it is a square matrix. So, we need to make sure that its determinant is equal to zero.
Recall that the determinant of a matrix is given by
This leads to
We can expand through the parentheses in this expression by using the difference of squares formula, . Using this formula, we can write the determinant as
Hence, the determinant of the given matrix is . Since this is a singular matrix, its determinant must equal to zero. This leads to
Hence, we must have either or . The set of real values of for which the given matrix is singular is
So far, we have considered a few examples concerning the existence of the matrix inverse. Let us turn our attention to finding the inverse of a matrix.
In the next example, we will determine whether two given matrices are inverses of each other.
Example 5: Verifying Whether a Given Matrix Is a Multiplicative Inverse of Another Given Matrix
Are the matrices multiplicative inverses of each other?
Answer
In this example, we need to determine whether two given matrices are inverses of each other. We can see that both of these matrices are matrices. Recall that, given a matrix , its multiplicative inverse, denoted , is the matrix that satisfies if such a matrix exists. We also recall that is the identity matrix . If we can obtain the identity matrix by multiplying the matrices in either order, then we will know that they are multiplicative inverses of each other. Let us compute the matrix multiplication in the order provided.
We can see that the resulting matrix is not the identity matrix. Hence, the two matrices are not multiplicative inverses of each other.
The answer to the question in this example is no.
In the previous example, we checked whether two given matrices are inverses of each other. Using this method, we can always check whether two given matrices are inverses of each other. However, this is not a good way to find the inverse of a matrix since we would need to check this for every possible matrix. We introduce the formula for the inverse of a matrix.
Formula: Inverse of a 2 Γ 2 Matrix
Let such that . Then,
Note that we can obtain the inverse from by
- swapping the positions of and around,
- switching the signs of and ,
- and dividing by the determinant.
Let us prove the validity of this formula by computing the matrix multiplication . The matrix multiplication is similar and is omitted. We have
Indeed, multiplying matrix by matrix as defined above results in the identity matrix . Along with the verification of the other equation , which is omitted here, we have proved that this matrix inverse formula is valid.
Let us pause here for a moment and ask an important philosophical question. Is this the only possible matrix inverse of ? In other words, is it possible for a matrix to have an inverse that is not given by this formula? This is a question that relates to the uniqueness of the matrix inverse.
Let us rephrase this question a little. We already know that, given a nonsingular matrix, there is a formula defining an inverse of the matrix. So, our question is essentially asking whether two different matrices can satisfy the equations for a given invertible matrix . We will show that this is not possible. Say that matrices and are inverses of . Then, we must have
In particular, this means that
We can multiply both sides of the equation from the left by to write
Since is an inverse of , we know that , which gives us
is the multiplicative identity, so
This tells us that and are exactly the same matrix. This tells us that, if we have any two matrices that are inverses of a given matrix, they must be equal. In other words, there is only one inverse of an invertible matrix. Since we have a formula for an inverse of a matrix, this must be the unique matrix inverse.
In the next example, we will use this formula to compute the inverse of a matrix.
Example 6: Finding the Inverse of a Matrix
Find the multiplicative inverse of the matrix , if possible.
Answer
In this example, we need to find the inverse of a given matrix, if possible. Recall that the inverse of a square matrix exists (i.e., the matrix is invertible) if and only if its determinant is not equal to zero. We can see that the order of the given matrix is , which means that it is a square matrix. So, we need to make sure that its determinant is not equal to zero to ensure that it is invertible.
Recall that the determinant of a matrix is given by
This leads to
Hence, the determinant of the given matrix is 10. Since the determinant is nonzero, we know that the inverse of a matrix exists. Let us find the inverse.
We recall that the inverse of matrix with is given by
We can see from that
We have also computed . Substituting these values into the formula for the matrix inverse, we obtain
Computing the scalar multiplication, we get
Now that we know how to find the inverse of a matrix, let us return to the problem that motivated this development. If we know the inverse of a matrix, we can solve a matrix equation to find the unknown matrix where and are known matrices. To solve this equation for the unknown matrix , we need to multiply on the left of by the inverse matrix , if it exists. Since this is an equation, we must do the same on the right-hand side of the equation. This leads to
We know , which is the identity matrix. This leads to
How To: Solving Matrix Equations
Let be an invertible matrix, and let both and be matrices. Matrix satisfying the equation is
Similarly, matrix satisfying the equation is
We can see that the solution for the equation is different from the solution of because the matrix multiplication is noncommutative. In either case, we need to multiply both sides of the equation by the inverse of , but it matters which side we are multiplying from.
In our final example, we will apply our knowledge of the matrix inverse to solve a matrix equation involving matrices.
Example 7: Solving Matrix Equations
Using matrix inverses, solve the following for :
Answer
In this example, we need to solve a matrix equation. Recall that we can solve a matrix equation of the form or by using the inverse of matrix , if it exists. In this example, matrix is the matrix on the left-hand side of the equation
Let us first check whether the inverse of this matrix exists. Recall that the inverse of a square matrix exists (i.e. the matrix is invertible) if and only if its determinant is not equal to zero. We can see that the order of matrix is , which means that it is a square matrix. So, we need to make sure that its determinant is not equal to zero to ensure that it is invertible.
Recall that the determinant of a matrix is given by
This leads to
Hence, the determinant of the given matrix is 1. Since the determinant is nonzero, we know that the inverse of a matrix exists. Let us find the inverse.
We recall that the inverse of matrix with is given by
We can see from that
We also know that , which means that the scalar factor in the formula can be disregarded. Substituting these values into the formula of the matrix inverse, we obtain
Now that we have computed the matrix inverse, let us consider how to solve the equation. Denoting the matrix on the right-hand side of the equation as , our equation is in the form
We can multiply from the right on both sides of the equation to write
We know that , which is the identity matrix. Since multiplying by the identity matrix does not change the matrix, we have
Hence, we need to find the matrix multiplication :
Therefore, the answer is
Let us finish by recapping a few important concepts from the explainer.
Key Points
- Let be a matrix. The inverse of , denoted , is a matrix that satisfies If such a matrix exists, we say that matrix is invertible. If such a matrix does not exist, we say that matrix is not invertible.
- Let be an invertible matrix. Then, is invertible and
- A singular matrix is a square matrix whose determinant is equal to zero. A square matrix is not invertible if and only if it is singular.
- Let such that . Then,
- Let be an invertible matrix and both and be matrices. Matrix satisfying the equation is Similarly, matrix satisfying the equation is