Since row operations are left multiplication by elementary matrices, everything follows from computing for each type:
| Row operation | Effect on | |
|---|---|---|
| Type I — swap two rows | ||
| Type II — scale a row by | ||
| Type III — add a multiple of one row to another | — free |
Sketch: reduce to row echelon form . Then with all , and is triangular. is singular exactly when has a zero on the diagonal, i.e. .
Consequences worth memorising: ; ; and , so similar matrices share a determinant (§6.1).
Choosing a determinant technique
- 1Is the matrix triangular, or does it have a zero row/column, or two equal rows?yesRead the answer off immediately — product of the diagonal, or .noContinue.
- 2Is it or with a zero-rich row or column?yesCofactor expansion along that row/column.noContinue.
- 3Otherwise: row reduce to triangular form
Use Type III operations freely (they cost nothing), track each swap as a sign flip, and avoid Type II scaling if you can — it forces you to divide back out at the end.
- 4Multiply the diagonal, apply the accumulated sign and scale factors
- 5If the question is only 'singular or not?', stop as soon as a zero pivot appears
You don't need the value — a zero on the diagonal of the echelon form settles it.
Determinant by row reduction
Determinant & inverse
Reduces to triangular form, tracking every sign flip. Square matrices only.
| 2 | 1 | 3 |
| 4 | 2 | 1 |
| 6 | -3 | 4 |
| -11/60 | 13/60 | 1/12 |
| 1/6 | 1/6 | -1/6 |
| 2/5 | -1/5 | 0 |