"

Section 2.4 Matrix Inverses

2.4A

 

Definition: An n×n matrix A is said to be invertible if there is an n×n matrix C such that CA=In and AC=In where In is the n×n identity matrix.C is the inverse of A

 

Theorem: If B and C are both inverses of A, then B=C

 

Fact: C is uniquely determined by A. We can write the unique inverse of A,A1. Hence AA1=In and A1A=In.

 

 

Example 1: Let A=[1232], show A1=14[2231].

 

 

Exercise 1: Let A=[2311], show A1=15[1312].

 

Definition: Let A=[abcd] then adbc is called the determinant of A. We write detA=adbc.

 

Theorem: Let A=[abcd]. If detA=adbc0, then A is invertible and

 

A1=1adbc[dbca].

 

If adbc=0 then A is not invertible.

Fact: A=[abcd] is invertible if and only if adbc0

 

 

Theorem: If A is an invertible n×n matrix then for each b in Rn, the equation Ax=b has the unique solution x=A1b.

Proof:

 

Example 2: Find the unique solution of Ax=b without using the row operations, where A=[4321] and b=[57].

 

 

Exercise 2: Find the unique solution of Ax=b without using the row operations, where A=[2151] and b=[12].

 

Theorem:

(a)If A is an invertible matrix, then A1 is invertible and (A1)1=A.

(b)If A and B are n×n invertible matrices, then so is AB and the inverse of AB is the product of the inverse of A and B in the reverse order, i.e. (AB)1=B1A1.

(c)If A is an invertible matrix, then so is AT and the inverse of AT is the transpose of A1, i.e. (AT)1=(A1)T.

Proof:

 

 

Example 3: Find the inverse of AB by using the inverse of A and the inverse of B without finding AB where A=[1324] and B=[2312].

 

 

Exercise 3: Find the inverse of AT by using the inverse of A without finding AT where A=[2311].

 

Group Work 1: Mark each statement True or False. Justify each answer.

a. In order for a matrix B to be the inverse of A, the equation AB=I and BA=I must both be true.

 

b. If A and B are n×n and invertible then the inverse of AB is
A1B1.

 

c. If A=[abcd] and abcd0 then A is invertible.

 

d. If A is an invertible n×n matrix then the equation Ax=b is consistent for each b in Rn.

 

e. If A is invertible, then elementary row operations that reduce A to the identity In also reduce A1 to In.

 

f. If A is invertible then the inverse of A1 is A.

 

Group Work 2: Suppose AB=AC where B and C are n×p matrices and A is invertible n×n matrix. Show that B=C. Is this true in general? If this is not true in general, find an example.

 

Group Work 3: Let A=[121315]. Construct a 2×3 matrix C using only 1, −1 and 0 as entries, such that CA=I2. Then compute AC and note that ACI3

 

Group Work 4: In each case either prove the assertion or give an example showing that it is false.

a. If A0 is a square matrix, then A is invertible.

 

b. If A and B are both invertible, then A+B is invertible.

 

c. If A and B are both invertible, then (A1B)T is invertible.

 

d. If A2 is invertible, then A is invertible.

 

 

2.4B

 

Question: How do we find the inverse of A when A is not a 2×2 matrix?

 

Theorem: An n×n matrix A is invertible if and only if A is row equivalent to In.

 

Example 1: Find A1 where A=[123012110].

 

 

Exercise 1: Find A1 where A=[201132012].

 

Theorem: Let A be a n×n square matrix. Then the following statements are equivalent.

(a) A is an invertible matrix.

(b) A is row equivalent to the n×n identity matrix.

(c) A has n pivot positions or rankA=n.

(d) The equation Ax=0 has only the trivial solution.

(e) The equation Ax=b has at least one solution for each b in Rn.

(f) There is an n×n matrix C such that CA=In.

(g) There is an n×n matrix D such that AD=In.

(h) AT is an invertible matrix.

 

Remark: The theorem only applies to a square matrix. If A and B are square matrix. If AB=I then both A and B are invertible with A1=B and B1=A.

 

 

Proof: (1) We know (a) ⇐⇒ (b), (b) ⇐⇒ (c), (c) ⇐⇒ (d), and (a) (f). Once we show (f) (d), then a, b, c, d, f are equivalent.

(2) We know (a) ⇐⇒ (b), (a) (g), once we show (g) (e) and (e) (b), then a, b, e, g are equivalent.

(3) We know (a) (h), once we show (h) (a) then a, h are equivalent.

With (1) to (3), we have all are equivalent.

 

Example 2: Show (f) implies (d) in the above theorem, i.e when there is an n×n matrix C such that CA=In then the equation Ax=0 only has trivial solution.

 

 

Exercise 2: Show (g) implies (e) in the above theorem, i.e when there is an n×n matrix D such that AD=In then for all b in Rn there is a solution for the equation Ax=b.

 

Example 3: Show (h) implies (a), i.e. when AT is invertible then A is invertible.

 

 

Exercise 3: Show (e) implies (b), i.e. when there is a solution of Ax=b for all \vec{b} in Rn then A is row equivalent to In.

 

Example 4: Decide if A is invertible A=[101023212].

 

 

Exercise 4: Decide if A is invertible A=[211103012].

 

Definition: A transformation T:RnRn is said to be invertible if there is a function S:RnRn such that

S(T(x))=x and T(S(x))=x

or all x in Rn. S is called the inverse of T and it is uniquely determined by T, so we write T1.

 

Theorem: Let T:RnRn be a transformation and let A be the standard matrix of T such that T(x)=A(x). Then T is invertible if and only if A is invertible. The inverse transform of T is defined by S(x)=A1x.

 

Proof:

 

Example 5: Let T be a transformation from R2 to R2 defined by T(x1,x2)=(2x1x2,x1+3x2). Show T is invertible and find T1.

 

 

Exercise 5: Let T be a transformation from R2 to R2 defined by T(x1,x2)=(x1+2x2,x14x2). Show T is invertible and find T1.

 

Theorem: All the following matrices are square matrices of the same size.

(a) In is invertible and I1=I.

(b) If A is invertible, so is Ak for any k>0, and (Ak)1=(A1)k.

(c) If A is invertible and a0 is a number, then aA is invertible and (aA)1=1aA1.

 

Example 6: Show the statement (c) above.

 

 

Exercise 6: Show (Ak)1=(A1)k if A is invertible.

 

Group Work 1: Mark each statement True or False. Justify each answer. All
matrices are n×n matrices.

a. If Ax=0 has only trivial solution, then A is row equivalent to In.

 

b. If AT is not invertible then A is not invertible.

 

c. If there is an n×n matrix D such that AD=In then DA=In.

 

d. If the transformation xAx maps Rn into Rn then A is row equivalent to In.

 

e. If Ax=0 has nontrivial solution, then A has fewer than n pivot positions.

 

f. If there is a b in Rn such that the equation Ax=b is consistent then the solution is unique.

 

Group Work 2: Show that if there is a vector b such that Ax=b has more than one solution then the n×n matrix A is not invertible.

 

Group Work 3: For square matrices A and B. Show that A=B if and only if A1B=I.

 

Group Work 4: In each case either prove the assertion or give an example
showing that it is false

a. A has no inverse when A has a row of zero.

 

b. If AB=B for some B0 then A is invertible.

 

c. If A is invertible then A20.

 

d. If AB=0 then one of A or B must be zero.

 

e. If AB=0 and A is invertible then B=0.

 

License

Icon for the Creative Commons Attribution 4.0 International License

Matrices Copyright © 2019 by Kuei-Nuan Lin is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.