Determinants of Matrix 3×3 with Examples

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(a22a33a23aa32)a12(a33a21a23a31) + a13(a32a21a22a31) = 0 is defined as the determinant of A.

i.e.  | A | = a11|a22a23a32a33|a12|a21a23a31a33| + a13|a21a22a31a32|

Example 1 : find the determinant of A = [324121011].

Solution : | A | = |324121011|

| A | = 3|2111|(2)|1101| + 4|1201|

| A | = 3(-2 – 1) + 2(-1 – 0) + 4(1 – 0) 

= -9 – 2 + 4 = -7

Example 2 : find the determinant of A = [123436277].

Solution :  | A | = |123436277|

| A | = 1|3679|2|4629| + 3|4327|

| 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.

Leave a Comment

Your email address will not be published. Required fields are marked *