LINEAR-ALGEBRA Β· Unit 19 Β· Video 1 Β· Interactive Practice
| Formula | Name | Description |
|---|---|---|
| Cofactor | Signed minor determinant | |
| Cofactor inverse formula | Inverse via adjugate (transpose of cofactor matrix) | |
| Key identity | Diagonal entries , off-diagonal |
Step by step, the four cofactors of become its inverse.
π‘ When there is nothing to divide by β the adjugate exists but does not.
For every matrix, times its adjugate puts on the diagonal and everywhere else.
π‘ The zero off-diagonal entries are no accident β the next panel shows exactly why they must vanish.
Dotting one row's entries with another row's cofactors secretly evaluates a matrix with two identical rows.
Question 1
Consider . What is the cofactor ?
Recall: , where is the determinant of the submatrix after deleting row and column .
β Correct! The sign factor flips the minor from to .
β Not quite. Delete row 1 and column 2 to get minor , then apply the sign .
Solution:
To find : delete row 1 and column 2 from .
The remaining entry is , so .
Apply the sign factor: .
Question 2
In the cofactor inverse formula , which cofactor appears in the entry of ?
Hint: Pay close attention to the transpose.
β Correct! The transpose swaps indices: .
β That's the classic mistake! Don't forget the transpose β entry of is , not .
β Not quite. Think about what transposing does to row and column indices.
Solution:
The formula is .
The entry of equals (the transpose swaps indices).
So the entry of is .
Therefore: .
Common mistake: Choosing by forgetting the transpose!
Question 3
When computing the off-diagonal entry with , you dot row of with the cofactors of row . 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 's entries in a cofactor expansion meant for row , what matrix's determinant are you really computing?
Solution:
The sum uses entries from row but cofactors from row .
This is exactly the cofactor expansion along row of a "fake" matrix where row has been replaced by a copy of row .
This fake matrix has two identical rows (row appears in both position and position ).
A matrix with two identical rows is always singular, so its determinant is .
Therefore whenever .
Question 4
Suppose is a matrix with all integer entries and . What can we conclude about ?
β 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 . Cofactors of an integer matrix are always integers β what happens when you divide by ?
Solution:
From the cofactor formula: .
Each cofactor is a signed determinant of a submatrix of . Since has integer entries, every cofactor is an integer (determinants of integer matrices are always integers).
Since :
Every entry of is an integer cofactor divided by , so all entries of are integers.
This beautiful structural insight β invisible to row reduction β comes directly from the cofactor formula! (Such matrices are called unimodular.)
Solved: 0 / 4