Skip to main content

Section 4.3 The Inverse of a Matrix (MX3)

Subsection 4.3.1 Class Activities

Activity 4.3.1.

Let T:RnRm be a linear map with standard matrix A. Sort the following items into three groups of statements: a group that means T is injective, a group that means T is surjective, and a group that means T is bijective.

  1. Ax=b has a solution for all bRm

  2. Ax=b has a unique solution for all bRm

  3. Ax=0 has a unique solution.

  4. The columns of A span Rm

  5. The columns of A are linearly independent

  6. The columns of A are a basis of Rm

  7. Every column of RREF(A) has a pivot

  8. Every row of RREF(A) has a pivot

  9. m=n and RREF(A)=I

Activity 4.3.2.

Let T:R3R3 be the linear transformation given by the standard matrix A=[210214113].

Write an augmented matrix representing the system of equations given by T(x)=0, that is, Ax=[000]. Then solve T(x)=0 to find the kernel of T.

Definition 4.3.3.

Let T:RnRn be a linear map with standard matrix A.

  • If T is a bijection and b is any Rn vector, then T(x)=Ax=b has a unique solution.

  • So we may define an inverse map T1:RnRn by setting T1(b) to be this unique solution.

  • Let A1 be the standard matrix for T1. We call A1 the inverse matrix of A, so we also say that A is invertible.

Activity 4.3.4.

Let T:R3R3 be the linear transformation given by the standard matrix A=[216213114].

(a)

Write an augmented matrix representing the system of equations given by T(x)=e1, that is, Ax=[100]. Then solve T(x)=e1 to find T1(e1).

(b)

Solve T(x)=e2 to find T1(e2).

(c)

Solve T(x)=e3 to find T1(e3).

(d)

Write A1, the standard matrix for T1.

Observation 4.3.5.

We could have solved these three systems simultaneously by row reducing the matrix [A|I] at once.

[216100213010114001][10012301051418001134]

Activity 4.3.6.

Find the inverse A1 of the matrix A=[1302] by row-reducing [A|I].

Activity 4.3.7.

Is the matrix [231142055] invertible? Give a reason for your answer.

Observation 4.3.8.

An n×n matrix A is invertible if and only if RREF(A)=In.

Activity 4.3.9.

Let T:R2R2 be the bijective linear map defined by T([xy])=[2x3y3x+5y], with the inverse map T1([xy])=[5x+3y3x+2y].

(a)

Compute (T1T)([21]).

(b)

If A is the standard matrix for T and A1 is the standard matrix for T1, find the 2×2 matrix

A1A=[????].

Observation 4.3.10.

T1T=TT1 is the identity map for any bijective linear transformation T. Therefore A1A=AA1 equals the identity matrix I for any invertible matrix A.

Subsection 4.3.2 Videos

Figure 44. Video: Invertible matrices
Figure 45. Video: Finding the inverse of a matrix

Subsection 4.3.3 Slideshow

Slideshow of activities available at https://teambasedinquirylearning.github.io/linear-algebra/2022/MX3.slides.html.

Exercises 4.3.4 Exercises

Exercises available at https://teambasedinquirylearning.github.io/linear-algebra/2022/exercises/#/bank/MX3/.

Subsection 4.3.5 Mathematical Writing Explorations

Exploration 4.3.11.

Assume A is an n×n matrix. Prove the following are equivalent. Some of these results you have proven previously.
  • A is non-singular.

  • A row reduces to the identity matrix.

  • For any choice of bRn, the system of equations represented by the augmented matrix [A|b] has a unique solution.

  • The columns of A are a linearly independent set.

  • The columns of A form a basis for Rn.

  • The rank of A is n.

  • The nullity of A is 0.

  • A is invertible.

  • The linear transformation T with standard matrix A is injective and surjective. Such a map is called an isomorphism.

Exploration 4.3.12.

  • Assume T is a square matrix, and T4 is the zero matrix. Prove that (IT)1=I+T+T2+T3. You will need to first prove a lemma that matrix multiplication distributes over matrix addition.

  • Generalize your result to the case where Tn is the zero matrix.

Subsection 4.3.6 Sample Problem and Solution

Sample problem Example B.1.20.

You have attempted 1 of 1 activities on this page.