All topics

s5.1.5

Determinants of 2x2 and 3x3 Matrices

1,000 questions

For a 2×22 \times 2 matrix [abcd]\begin{bmatrix} a & b \\ c & d \end{bmatrix} the determinant is adbcad - bc: down-product minus up-product.

For a 3×33 \times 3, expand along whichever row or column carries the most zeros. Along the top row, A=a(eifh)b(difg)+c(dheg)|A| = a(ei - fh) - b(di - fg) + c(dh - eg) — note the alternating sign.

If any row is a multiple of another, or a row is all zeros, the determinant is 00 and there is nothing to compute. Check that first.

Practise this