Intuition
A determinant can be expanded along any row or any column, not only the first: multiply each entry of that line by its cofactor and add. The skill is in choosing the line with the most zeros, since a zero entry takes its whole cofactor out of the work.
Counting the people in a hall row by row or column by column gives the same total, and it is quickest to begin where most seats are empty.
Expansion along any row or column
For an matrix and any fixed row , the determinant is . For any fixed column it is . This is Laplace's expansion. Each cofactor is a determinant one size smaller, so an determinant becomes a combination of ones, and so on down to . That the first row works for every is the grouping argument of the last lesson with more terms; its sign bookkeeping is taken on trust here.
Using it well
- Expand along the row or column with the most zeros: every zero entry removes its cofactor from the work.
- Create zeros first. Adding multiples of one row to another keeps the determinant and can empty most of a column.
- Columns work as well as rows, for each column , because .
Expansion along any row
Move row to the top by exchanging it with each row above it in turn. That is exchanges, so the determinant changes sign times, while the other rows keep their order, so every minor is unchanged. Expanding the new matrix along its first row and restoring the sign gives the formula.
Proof steps
Exchange row with the row above it, then with the one above that, until it is first. The other rows keep their order.
That takes exchanges, and each exchange reverses the sign.
Deleting the first row of and column leaves exactly what deleting row and column of leaves, in the same order.
Expand along its first row, which holds the entries of row of .
Multiply by : the signs combine into , and each term is an entry times its cofactor.
Applications
Practice
Choosing the Line
Count the zeros in each row and each column. A zero entry contributes nothing, so its minor never has to be computed.
Column 2 has three zeros. Expanding along it leaves one term, , and , so .
Try it
Along which line is the expansion of shortest?
Try it
Compute .
Try it
Expanding one matrix along its row 2 and along its column 3 can give different values.
Try it
Compute by expanding along the third column.
Try it
For , what is : the entries of row 1 times the cofactors of row 2?
Try it
What is the quickest correct way to find ?
Try it
Expanding a determinant along row 3, which signs do the three terms carry?
What You Learned
- can be expanded along any row or any column: entries times cofactors, added.
- Choose the line with the most zeros, and create zeros with row operations first.
- The signs follow the chessboard pattern .
- Entries of one row times the cofactors of another row add up to .
Final checkpoint
Try it
Compute .
Try it
The entries of row 1 times the cofactors of row 3 add up to .
Try it
Which line is best for expanding ?
Completion
Lesson complete
Great work! You now know how to:
- expand a determinant along any row or column;
- choose the line that saves the most work;
- combine row operations with expansion;
- explain why every row gives the same value.