Section 5.4 Examples
In this section.
Subsection 5.4.1 Inverses of 2×2 matrices
There is a general formula for the inverse of a 2×2 formula:Example 5.4.1. Using the 2×2 inversion formula.
Matrix A below is invertible, and its inverse is given. Watch for double negatives when computing ad−bc!
Let's check that we have the correct inverse. To keep the computations simple, we'll leave the −1/7 as a scalar multiple when expressing A−1.
So, we have both A−1A=I and AA−1=I, as required.
Example 5.4.2. Sometimes the 2×2 inversion formula does not apply.
Consider matrix
For this matrix, we have
So even though none of the entries of B are 0, it is not invertible.
Subsection 5.4.2 Solving systems using inverses
Just as we can solve the numerical equation ax=b as x=a−1b, we can solve a system of equations that is represented as a matrix equation Ax=b using A−1.Example 5.4.3.
Consider the system
The coefficient matrix for this system is
which is conveniently the matrix for which we have already computed the inverse using the 2×2 inversion formula in Subsection 5.4.1. So we can solve the system as
so that the system has one unique solution x=−8/7, y=−19/7.
Subsection 5.4.3 Solving other matrix equations using inverses
We can similarly use matrix algebra and inverses to solve matrix equations in general.Example 5.4.4.
Consider the matrix equation
Suppose we would like to solve this equation for the unknown 2×2 matrix X, where I is the 2×2 identity matrix.
One approach to this problem would be to express X in terms of unknown entries,
and then set up four equations in the four unknowns a,b,c,d. This would lead to a system of equations that we could row reduce and solve. But it's easier just to use ordinary (matrix) algebra. Set
substitute these definitions into the given equation, and isolate X algebraically:
Of course, this method wouldn't work if Z was not invertible, but it is, and we can calculate
From this we obtain