Verify that multiplying a matrix by it's inverse results in 1
Use matrix multiplication to find the inverse of a matrix
Finding an inverse by augmenting with an identity matrix
We know that the multiplicative inverse of a real number a is a−1, and aa−1=a−1a=(a1)a=1. For example, 2−1=21 and (21)2=1. The multiplicative inverse of a matrix is similar in concept, except that the product of matrix A and its inverse A−1 equals the identity matrix. The identity matrix is a square matrix containing ones down the main diagonal and zeros everywhere else. We identify identity matrices by In where n represents the dimension of the matrix. The equations below are the identity matrices for a 2×2 matrix and a 3×3 matrix, respectively.
I2=[1001]
I3=100010001
The identity matrix acts as a 1 in matrix algebra. For example, AI=IA=A.
A matrix that has a multiplicative inverse has the properties
AA−1=IA−1A=I
A matrix that has a multiplicative inverse is called an invertible matrix. Only a square matrix may have a multiplicative inverse, as the reversibility, AA−1=A−1A=I, is a requirement. Not all square matrices have an inverse, but if A is invertible, then A−1 is unique. We will look at two methods for finding the inverse of a 2×2 matrix and a third method that can be used on both 2×2 and 3×3 matrices.
A General Note: The Identity Matrix and Multiplicative Inverse
The identity matrix, In, is a square matrix containing ones down the main diagonal and zeros everywhere else.
I2=[1001]I3=1000100012×2 3×3
If A is an n×n matrix and B is an n×n matrix such that AB=BA=In, then B=A−1, the multiplicative inverse of a matrixA.
Example: Showing That the Identity Matrix Acts as a 1
Given matrix A, show that AI=IA=A.
A=[3−245]
Answer:
Use matrix multiplication to show that the product of A and the identity is equal to the product of the identity and A.
Finding the Multiplicative Inverse Using Matrix Multiplication
We can now determine whether two matrices are inverses, but how would we find the inverse of a given matrix? Since we know that the product of a matrix and its inverse is the identity matrix, we can find the inverse of a matrix by setting up an equation using matrix multiplication.
Example: Finding the Multiplicative Inverse Using Matrix Multiplication
Use matrix multiplication to find the inverse of the given matrix.
A=[12−2−3]
Answer:
For this method, we multiply A by a matrix containing unknown constants and set it equal to the identity.
[12−2−3][acbd]=[1001]
Find the product of the two matrices on the left side of the equal sign.
[12−2−3][acbd]=[1a−2c2a−3c1b−2d2b−3d]
Next, set up a system of equations with the entry in row 1, column 1 of the new matrix equal to the first entry of the identity, 1. Set the entry in row 2, column 1 of the new matrix equal to the corresponding entry of the identity, which is 0.
1a−2c=1R12a−3c=0R2
Using row operations, multiply and add as follows: (−2)R1+R2→R2. Add the equations, and solve for c.
1a−2c=10+1c=−2c=−2
Back-substitute to solve for a.
a−2(−2)=1a+4=1a=−3
Write another system of equations setting the entry in row 1, column 2 of the new matrix equal to the corresponding entry of the identity, 0. Set the entry in row 2, column 2 equal to the corresponding entry of the identity.
1b−2d=02b−3d=1R1R2
Using row operations, multiply and add as follows: (−2)R1+R2=R2. Add the two equations and solve for d.
1b−2d=0d=10+1d=1
Once more, back-substitute and solve for b.
b−2(1)=0b−2=0b=2
A−1=[−3−221]
Finding the Multiplicative Inverse by Augmenting with the Identity
Another way to find the multiplicative inverse is by augmenting with the identity. When matrix A is transformed into I, the augmented matrix I transforms into A−1.
For example, given
A=[2513]
augment A with the identity
[2513∣1001]
Perform row operations with the goal of turning A into the identity.
Switch row 1 and row 2.
[5231∣0110]
Multiply row 2 by −2 and add to row 1.
[1211∣−2110]
Multiply row 1 by −2 and add to row 2.
[101−1∣−251−2]
Add row 2 to row 1.
[100−1∣35−1−2]
Multiply row 2 by −1.
[1001∣3−5−12]
The matrix we have found is A−1.
A−1=[3−5−12]
Finding the Multiplicative Inverse of 2×2 Matrices Using a Formula
When we need to find the multiplicative inverse of a 2×2 matrix, we can use a special formula instead of using matrix multiplication or augmenting with the identity.
If A is a 2×2 matrix, such as
A=[acbd]
the multiplicative inverse of A is given by the formula
A−1=ad−bc1[d−c−ba]
where ad−bc=0. If ad−bc=0, then A has no inverse.
Example: Using the Formula to Find the Multiplicative Inverse of Matrix A
Use the formula to find the multiplicative inverse of
We can check that our formula works by using one of the other methods to calculate the inverse. Let’s augment A with the identity.
[12−2−3∣1001]
Perform row operations with the goal of turning A into the identity.
Multiply row 1 by −2 and add to row 2.
[10−21∣1−201]
Multiply row 1 by 2 and add to row 1.
[1001∣−3−221]
So, we have verified our original solution.
A−1=[−3−221]
Try It
Use the formula to find the inverse of matrix A. Verify your answer by augmenting with the identity matrix.
A=[12−13]
Answer: A−1=[53−525151]
Licenses & Attributions
CC licensed content, Original
Revision and Adaptation.Provided by: Lumen LearningLicense: CC BY: Attribution.
CC licensed content, Shared previously
College Algebra.Provided by: OpenStaxAuthored by: Abramson, Jay et al..License: CC BY: Attribution. License terms: Download for free at http://cnx.org/contents/9b08c294-057f-4201-9f48-5d6ad992740d@5.2.
Question ID 6363.Authored by: Lippman,David, mb Sousa,James.License: CC BY: Attribution. License terms: IMathAS Community License (GPL + CC-BY).
Question ID 127903.Authored by: Day, Alyson.License: CC BY: Attribution. License terms: IMathAS Community License CC-BY + GPL.