Here you will learn how to find determinants of matrix 3ร3 with examples.
Letโs begin โ
Determinants of Matrix 3ร3
If A = \(\begin{bmatrix} a_{11} & a_{12} & a_{13} \\ a_{21} & a_{22} & a_{23} \\ a_{31} & a_{32} & a_{33} \end{bmatrix}\) is a square matrix of order 3,
then \(a_{11}(a_{22}a_{33} โ a_{23}a_{a32})\) โ \(a_{12}(a_{33}a_{21} โ a_{23}a_{31})\) + \(a_{13}(a_{32}a_{21} โ a_{22}a_{31})\) = 0 is defined as the determinant of A.
i.e.ย | A | = \(a_{11}\begin{vmatrix} a_{22} & a_{23} \\ a_{32} & a_{33} \end{vmatrix}\) โ \(a_{12}\begin{vmatrix} a_{21} & a_{23} \\ a_{31} & a_{33} \end{vmatrix}\) + \(a_{13}\begin{vmatrix} a_{21} & a_{22} \\ a_{31} & a_{32} \end{vmatrix}\)
Example 1 : find the determinant of A = \(\begin{bmatrix} 3 & -2 & 4 \\ 1 & 2 & 1 \\ 0 & 1 & -1 \end{bmatrix}\).
Solution : | A | = \(\begin{vmatrix} 3 & -2 & 4 \\ 1 & 2 & 1 \\ 0 & 1 & -1 \end{vmatrix}\)
\(\implies\) | A | = \(3\begin{vmatrix} 2 & 1 \\ 1 & -1 \end{vmatrix}\) โ \((-2)\begin{vmatrix} 1 & 1 \\ 0 & -1 \end{vmatrix}\) + \(4\begin{vmatrix} 1 & 2 \\ 0 & 1 \end{vmatrix}\)
\(\implies\) | A | = 3(-2 โ 1) + 2(-1 โ 0) + 4(1 โ 0)ย
= -9 โ 2 + 4 = -7
Example 2 : find the determinant of A = \(\begin{bmatrix} 1 & 2 & 3 \\ -4 & 3 & 6 \\ 2 & -7 & 9 \end{bmatrix}\).
Solution :ย | A | = \(\begin{vmatrix} 1 & 2 & 3 \\ -4 & 3 & 6 \\ 2 & -7 & 9 \end{vmatrix}\)
\(\implies\) | A | = \(1\begin{vmatrix} 3 & 6 \\ -7 & 9 \end{vmatrix}\) โ \(2\begin{vmatrix} -4 & 6 \\ 2 & 9 \end{vmatrix}\) + \(3\begin{vmatrix} -4 & 3 \\ 2 & -7 \end{vmatrix}\)
\(\implies\) | 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.