LINEAR-ALGEBRA ยท Interactive Practice | Unit 4 ยท Video 1

Inverse of a Matrix Product & Transpose Rules

IKey Formulas

Formula Name Key Idea
(AB)โˆ’1=Bโˆ’1Aโˆ’1(AB)^{-1} = B^{-1}A^{-1} Product inverse rule Order reverses
(AB)T=BTAT(AB)^{T} = B^{T}A^{T} Product transpose rule Order reverses
(AT)โˆ’1=(Aโˆ’1)T(A^{T})^{-1} = (A^{-1})^{T} Transpose-inverse swap These operations commute
(ABC)โˆ’1=Cโˆ’1Bโˆ’1Aโˆ’1(ABC)^{-1} = C^{-1}B^{-1}A^{-1} Extended product inverse Entire sequence reverses

IIVisualization 1 โ€” Order of the Inverses

Inverting ABAB: does the reversed order Bโˆ’1Aโˆ’1B^{-1}A^{-1} pass the identity test where Aโˆ’1Bโˆ’1A^{-1}B^{-1} fails?

IIIVisualization 2 โ€” Inside-Out Cancellation

Step through (AB)(Bโˆ’1Aโˆ’1)(AB)(B^{-1}A^{-1}): the inner pair cancels first, then the outer โ€” shoes before socks.

๐Ÿ’ก Keep the original order and the inner pair becomes Bโ€‰Aโˆ’1B\,A^{-1}, which does not collapse to II โ€” the reversal is what makes the inside-out cancellation work.

IVVisualization 3 โ€” Transpose and Inverse Commute

Build any invertible AA: are (AT)โˆ’1(A^T)^{-1} and (Aโˆ’1)T(A^{-1})^T always the same matrix?

VQuiz Questions

Question 1

If AA and BB are invertible matrices, what is (AB)โˆ’1(AB)^{-1}?

โœ… Correct! The order reverses โ€” Bโปยน comes first, then Aโปยน.

โŒ Not quite. Remember: inverting a product reverses the factor order.

Show solution

Solution:

The inverse of a product reverses the order of the factors:

(AB)โˆ’1=Bโˆ’1Aโˆ’1(AB)^{-1} = B^{-1}A^{-1}

Why? Because in the product (AB)(Bโˆ’1Aโˆ’1)(AB)(B^{-1}A^{-1}), the inner pair BBโˆ’1=IBB^{-1} = I cancels first, then AAโˆ’1=IAA^{-1} = I. The inside-out cancellation only works with the reversed order.

Question 2

True or False: For any invertible matrices AA and BB,

(AB)(Aโˆ’1Bโˆ’1)=I(AB)(A^{-1}B^{-1}) = I

โœ… Correct! Keeping the original order creates a stuck middle term BAโปยน that cannot simplify.

โŒ Not quite. Try expanding the product โ€” does the inner pair BAโปยน actually cancel?

Show solution

Solution: False

Keeping the original order gives:

(AB)(Aโˆ’1Bโˆ’1)=A(BAโˆ’1)โŸโ‰ โ€‰IBโˆ’1(AB)(A^{-1}B^{-1}) = A \underbrace{(BA^{-1})}_{\neq\, I} B^{-1}

The middle term BAโˆ’1BA^{-1} does not simplify to II (since Bโ‰ AB \neq A in general), so the product gets stuck.

The correct formula reverses the order:

(AB)(Bโˆ’1Aโˆ’1)=A(BBโˆ’1)โŸ=โ€‰IAโˆ’1=AAโˆ’1=Iโ€…โ€Šโœ“(AB)(B^{-1}A^{-1}) = A\underbrace{(BB^{-1})}_{=\,I}A^{-1} = AA^{-1} = I \;\checkmark

Question 3

If AA, BB, and CC are all invertible, what is (ABC)โˆ’1(ABC)^{-1}?

โœ… Correct! Every factor inverts and the entire sequence reverses: CโปยนBโปยนAโปยน.

โŒ Not quite. The entire sequence must reverse โ€” the last factor in the product becomes the first in the inverse.

Show solution

Solution:

The product inverse rule extends to any number of factors โ€” every factor inverts and the entire sequence reverses:

(ABC)โˆ’1=Cโˆ’1Bโˆ’1Aโˆ’1(ABC)^{-1} = C^{-1}B^{-1}A^{-1}

Verification: (ABC)(Cโˆ’1Bโˆ’1Aโˆ’1)(ABC)(C^{-1}B^{-1}A^{-1}) โ€” the inner pair CCโˆ’1=ICC^{-1} = I cancels first, then BBโˆ’1=IBB^{-1} = I, then AAโˆ’1=IAA^{-1} = I, giving II.

Question 4

For an invertible matrix AA, which of the following equals (AT)โˆ’1(A^T)^{-1}?

โœ… Correct! Transpose and inverse commute: (Aแต€)โปยน = (Aโปยน)แต€. Two names for the same matrix!

โŒ Not quite. Remember: inverse and transpose are operations that commute for any invertible matrix.

Show solution

Solution:

Start from AAโˆ’1=IAA^{-1} = I and transpose both sides:

(AAโˆ’1)T=IT(AA^{-1})^T = I^T

Apply the product transpose rule (order reverses):

(Aโˆ’1)Tโ€‰AT=I(A^{-1})^T \, A^T = I

This shows (Aโˆ’1)T(A^{-1})^T is the inverse of ATA^T, so:

(AT)โˆ’1=(Aโˆ’1)T\boxed{(A^T)^{-1} = (A^{-1})^T}

Inverse and transpose commute โ€” you can do them in either order.

Solved: 0 / 4