Here you will learn how to find determinants of matrix 3×3 with examples.
Let’s begin –
Determinants of Matrix 3×3
If A = [a11a12a13a21a22a23a31a32a33] is a square matrix of order 3,
then a11(a22a33–a23aa32) – a12(a33a21–a23a31) + a13(a32a21–a22a31) = 0 is defined as the determinant of A.
i.e. | A | = a11|a22a23a32a33| – a12|a21a23a31a33| + a13|a21a22a31a32|
Example 1 : find the determinant of A = [3−2412101−1].
Solution : | A | = |3−2412101−1|
⟹ | A | = 3|211−1| – (−2)|110−1| + 4|1201|
⟹ | A | = 3(-2 – 1) + 2(-1 – 0) + 4(1 – 0)
= -9 – 2 + 4 = -7
Example 2 : find the determinant of A = [123−4362−77].
Solution : | A | = |123−4362−77|
⟹ | A | = 1|36−79| – 2|−4629| + 3|−432−7|
⟹ | A | = (27 + 42) – 2(-36 – 12) + 3(28 – 6) = 231
Note :
(1) Only square matrices have their determinants. The matrices which are not square do not have determinants.
(2) The determinant of a square matrix of order 3 can be expanded along any row or column.
(3) If a row or a column of a determinant consist of all zeros, then the value of the determinant is zero.