LINEAR-ALGEBRA Β· Unit 19 Β· Video 1 Β· Interactive Practice

How Cofactors Secretly Encode the Inverse of Any Matrix

IKey Formulas

Formula Name Description
Cij=(βˆ’1)i+jMijC_{ij} = (-1)^{i+j} M_{ij} Cofactor Signed minor determinant
Aβˆ’1=1det⁑A CTA^{-1} = \frac{1}{\det A}\, C^T Cofactor inverse formula Inverse via adjugate (transpose of cofactor matrix)
Aβ‹…CT=det⁑(A)β‹…IA \cdot C^T = \det(A) \cdot I Key identity Diagonal entries =det⁑(A)= \det(A), off-diagonal =0= 0

IIVisualization 1 β€” Cofactors assemble the inverse

Step by step, the four cofactors of A=[2134]A = \begin{bmatrix} 2 & 1 \\ 3 & 4 \end{bmatrix} become its inverse.

πŸ’‘ When det⁑A=0\det A = 0 there is nothing to divide by β€” the adjugate exists but Aβˆ’1A^{-1} does not.

IIIVisualization 2 β€” The adjugate identity A CT=det⁑(A) IA\,C^{T} = \det(A)\,I

For every matrix, AA times its adjugate puts det⁑A\det A on the diagonal and 00 everywhere else.

πŸ’‘ The zero off-diagonal entries are no accident β€” the next panel shows exactly why they must vanish.

IVVisualization 3 β€” Why the off-diagonal entries are zero

Dotting one row's entries with another row's cofactors secretly evaluates a matrix with two identical rows.

VQuiz Questions

Question 1

Consider A=[3124]A = \begin{bmatrix} 3 & 1 \\ 2 & 4 \end{bmatrix}. What is the cofactor C12C_{12}?

Recall: Cij=(βˆ’1)i+jMijC_{ij} = (-1)^{i+j} M_{ij}, where MijM_{ij} is the determinant of the submatrix after deleting row ii and column jj.

βœ… Correct! The sign factor (βˆ’1)1+2=βˆ’1(-1)^{1+2} = -1 flips the minor from 22 to βˆ’2-2.

❌ Not quite. Delete row 1 and column 2 to get minor M12=2M_{12} = 2, then apply the sign (βˆ’1)1+2=βˆ’1(-1)^{1+2} = -1.

Show solution

Solution:

To find C12C_{12}: delete row 1 and column 2 from A=[3124]A = \begin{bmatrix} 3 & 1 \\ 2 & 4 \end{bmatrix}.

The remaining entry is a21=2a_{21} = 2, so M12=2M_{12} = 2.

Apply the sign factor: (βˆ’1)1+2=(βˆ’1)3=βˆ’1(-1)^{1+2} = (-1)^3 = -1.

C12=(βˆ’1)1+2β‹…M12=(βˆ’1)(2)=βˆ’2C_{12} = (-1)^{1+2} \cdot M_{12} = (-1)(2) = \boxed{-2}

Question 2

In the cofactor inverse formula Aβˆ’1=1det⁑A CTA^{-1} = \frac{1}{\det A}\, C^T, which cofactor appears in the (1,2)(1, 2) entry of Aβˆ’1A^{-1}?

Hint: Pay close attention to the transpose.

βœ… Correct! The transpose swaps indices: (CT)12=C21(C^T)_{12} = C_{21}.

❌ That's the classic mistake! Don't forget the transpose β€” entry (i,j)(i,j) of CTC^T is CjiC_{ji}, not CijC_{ij}.

❌ Not quite. Think about what transposing does to row and column indices.

Show solution

Solution:

The formula is Aβˆ’1=1det⁑A CTA^{-1} = \frac{1}{\det A}\, C^T.

The (i,j)(i, j) entry of CTC^T equals CjiC_{ji} (the transpose swaps indices).

So the (1,2)(1, 2) entry of CTC^T is C21C_{21}.

Therefore: (Aβˆ’1)12=C21det⁑A(A^{-1})_{12} = \frac{C_{21}}{\det A}.

Common mistake: Choosing C12C_{12} by forgetting the transpose!

Question 3

When computing the off-diagonal entry (A⋅CT)ij(A \cdot C^T)_{ij} with i≠ji \neq j, you dot row ii of AA with the cofactors of row jj. Why does this always equal zero?

βœ… Correct! The "fake matrix" trick: replacing one row with another creates two identical rows, forcing det = 0.

❌ Not quite. Think: if you use row ii's entries in a cofactor expansion meant for row jj, what matrix's determinant are you really computing?

Show solution

Solution:

The sum βˆ‘kaik Cjk\displaystyle\sum_k a_{ik}\, C_{jk} uses entries from row ii but cofactors from row jj.

This is exactly the cofactor expansion along row jj of a "fake" matrix where row jj has been replaced by a copy of row ii.

This fake matrix has two identical rows (row ii appears in both position ii and position jj).

A matrix with two identical rows is always singular, so its determinant is 00.

Therefore (A⋅CT)ij=0(A \cdot C^T)_{ij} = 0 whenever i≠ji \neq j.

Question 4

Suppose AA is a 4Γ—44 \times 4 matrix with all integer entries and det⁑(A)=1\det(A) = 1. What can we conclude about Aβˆ’1A^{-1}?

βœ… Correct! Cofactors of an integer matrix are integers, and dividing by det(A) = 1 preserves this. A deep structural insight from the cofactor formula!

❌ Not quite. Use Aβˆ’1=1det⁑A CTA^{-1} = \frac{1}{\det A}\, C^T. Cofactors of an integer matrix are always integers β€” what happens when you divide by det⁑(A)=1\det(A) = 1?

Show solution

Solution:

From the cofactor formula: Aβˆ’1=1det⁑A CTA^{-1} = \frac{1}{\det A}\, C^T.

Each cofactor CijC_{ij} is a signed determinant of a 3Γ—33 \times 3 submatrix of AA. Since AA has integer entries, every cofactor is an integer (determinants of integer matrices are always integers).

Since det⁑(A)=1\det(A) = 1: Aβˆ’1=11 CT=CTA^{-1} = \frac{1}{1}\, C^T = C^T

Every entry of Aβˆ’1A^{-1} is an integer cofactor divided by 11, so all entries of Aβˆ’1A^{-1} are integers.

This beautiful structural insight β€” invisible to row reduction β€” comes directly from the cofactor formula! (Such matrices are called unimodular.)

Solved: 0 / 4