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 = [12−1321−2331211−102].
Solution : | A | = |12−1321−2331211−102|
⟹ | A | = 1|1−23121−102| – 2|2−23321102| + (−1)|2133111−12| – 3|21−23121−10|
| A | = (1){(1)|2102| – (−2)|11−12| + (3)|12−10|}
– (2){(2)|2102| – (−2)|3112| + (3)|3210|}
+ (-1){(2)|11−12| – (1)|3112| + (3)|311−1|}
– (3){(2)|12−10| – (1)|3210| + (−2)|311−1|}
⟹ | 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