Intuition
The three row operations of elimination change a determinant in three simple ways. Swapping two rows flips its sign, scaling a row scales it, and adding a multiple of one row to another leaves it alone. So a determinant can be found by reducing the matrix to a triangle.
Cutting a triangle off one end of a field and gluing it to the other keeps the area, and that is the third row operation. Measuring the field the other way round changes the sign, and stretching one side stretches the area.
Three rules
The row operations are written for exchanging rows and , for multiplying row by , and for adding times row to row . They are the moves of elimination, made on the rows of a matrix instead of on equations. Each changes the determinant in a way fixed in advance. That a swap reverses the sign of every term is a fact about rearrangements — exchanging two numbers in one changes its count of inversions by an odd number — and it is used here without proof.
Consequences
- Two equal rows give : exchanging them changes nothing, yet changes the sign, and the only number equal to its own negative is .
- A row that is a multiple of another gives , and so does a row of zeros.
- The determinant is linear in each row on its own: if row is , the determinant is the sum of the two determinants with row replaced by and by . Each term contains exactly one entry of row , which is why.
Adding a multiple of a row keeps the determinant
Every term of the determinant contains exactly one entry of row , so the determinant is linear in that row. Replacing row by row plus times row therefore splits it into the old determinant plus times the determinant of a matrix in which rows and are equal, and that second determinant is .
Proof steps
A term takes exactly one entry from every row, so it is an entry of row times a product of entries from the other rows.
Split every term along the sum in row : the determinant is linear in that row while the other rows stay fixed.
The second matrix has row in two places. Exchanging those two rows changes nothing and yet flips the sign, so its determinant is .
What remains is the determinant of the matrix before the operation.
Applications
Practice
Applying the Three Row Rules
- : the determinant changes sign.
- : the determinant is multiplied by .
Try it
for a matrix . Rows 1 and 3 of are exchanged. What is the new determinant?
Try it
for a matrix . Row 2 is multiplied by . What is the new determinant?
Try it
Adding times row 1 to row 2 changes the determinant of a matrix.
Try it
for a matrix . What is ?
Reducing to a Triangle
An arrow labelled means row 3 is replaced by row 3 minus twice row 1. Such steps keep the determinant, a swap flips its sign, and at the end the diagonal of the triangle is multiplied.
The triangle has determinant , and one swap was made, so the original determinant is .
Try it
Compute by reducing it to a triangle.
Try it
Which of these matrices has determinant because of how its rows are related?
Try it
.
Try it
A matrix is reduced to a triangular with one swap, the operation , and several additions of multiples of rows. . What is ?
Try it
To compute , a student swapped rows 1 and 2, then subtracted row 1 from row 3, reached a triangle with diagonal , and wrote . What is wrong?
What You Learned
- An exchange of two rows reverses the sign.
- Multiplying one row by multiplies the determinant by ; .
- Adding a multiple of one row to another changes nothing.
- Equal rows, proportional rows or a zero row give determinant .
Final checkpoint
Try it
Compute .
Try it
is with . What is ?
Try it
Adding a multiple of one row to another can turn a non-zero determinant into zero.
Completion
Lesson complete
Great work! You now know how to:
- say what each row operation does to a determinant;
- compute a determinant by reducing to a triangle;
- use and the rule for a row that is a sum;
- spot determinants that must be zero.