Processing math: 100%

Determinants of Matrix 4×4 with Examples

Her you will learn how to find determinants of matrix 4×4 with example.

Let’s begin –

Determinants of Matrix 4×4

To evaluate the determinant of a square matrix of order 4 we follow the same procedure as discussed in previous post in evaluating the determinant of a square matrix of order 3.

If A = [a11a12a13a14a21a22a23a24a31a32a33a34a41a42a43a44] is a square matrix of order 4,

then | A | = a11|a22a23a24a32a33a34a42a43a44|a12|a21a23a24a31a33a34a41a43a44| + a13|a21a22a24a31a32a34a41a42a44|a14|a21a22a23a31a32a33a41a42a43|

Example :

Find the determinant of A = [1213212331211102].

Solution : | A | = |1213212331211102|

| A | = 1|123121102|2|223321102| + (1)|213311112|3|212312110|

| A | =  (1){(1)|2102|(2)|1112| + (3)|1210|}

– (2){(2)|2102|(2)|3112| + (3)|3210|}

+ (-1){(2)|1112|(1)|3112| + (3)|3111|}

– (3){(2)|1210|(1)|3210| + (2)|3111|}

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

| A | = 1(16) – 2(12) + (-1)(-11) – 3(14) = -39

Leave a Comment

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