Solveeit Logo

Question

Question: How do I find the determinant of a \(3\times 3\) matrix?...

How do I find the determinant of a 3×33\times 3 matrix?

Explanation

Solution

The determinant is a scalar value that can be defined as the function of the entries of a square matrix. A determinant of a given matrix can be calculated by taking its minor and then simplifying each minor term.

Complete step by step solution:
Matrices are the ordered rectangular array of numbers that are used to express linear equations, which include rows and columns. There are many different types of matrices, which depend on various factors such as the numbers of rows and columns or the entries in the matrix.
A 3×33\times 3 matrix can be given as A=[a11a12a13 a21a22a23 a31a32a33 ]A=\left[ \begin{matrix} {{a}_{11}} & {{a}_{12}} & {{a}_{13}} \\\ {{a}_{21}} & {{a}_{22}} & {{a}_{23}} \\\ {{a}_{31}} & {{a}_{32}} & {{a}_{33}} \\\ \end{matrix} \right]
The determinant of this matrix can be calculated by taking its minor along the first row and then further simplifying the 2×22\times 2 matrices by taking their minors and simplifying them.
The determinant of the above given matrix is represented by A\left| A \right|
Therefore, the determinant of the above matrix can be written as:
A=[a11a12a13 a21a22a23 a31a32a33 ]=a11a22a23 a32a33 a12a21a23 a31a33 +a13a21a22 a31a32 \left| A \right|=\left[ \begin{matrix} {{a}_{11}} & {{a}_{12}} & {{a}_{13}} \\\ {{a}_{21}} & {{a}_{22}} & {{a}_{23}} \\\ {{a}_{31}} & {{a}_{32}} & {{a}_{33}} \\\ \end{matrix} \right]={{a}_{11}}\left| \begin{matrix} {{a}_{22}} & {{a}_{23}} \\\ {{a}_{32}} & {{a}_{33}} \\\ \end{matrix} \right|-{{a}_{12}}\left| \begin{matrix} {{a}_{21}} & {{a}_{23}} \\\ {{a}_{31}} & {{a}_{33}} \\\ \end{matrix} \right|+{{a}_{13}}\left| \begin{matrix} {{a}_{21}} & {{a}_{22}} \\\ {{a}_{31}} & {{a}_{32}} \\\ \end{matrix} \right|(i)(i)
The above expression can be further simplified by calculating the determinants of the 2×22\times 2 matrices and then simply adding or subtracting the values obtained by simplifying them.
A 2×22\times 2 matrix can be solved in the following manner:
pq rs =p×sq×r\left| \begin{matrix} p & q \\\ r & s \\\ \end{matrix} \right|=p\times s-q\times r Applying the same concept in the equation (i)(i) we get:
A=[a11a12a13 a21a22a23 a31a32a33 ]=a11(a22×a33a23×a32)a12(a21×a33a23×a31)+a13(a21×a32a22×a31)\Rightarrow \left| A \right|=\left[ \begin{matrix} {{a}_{11}} & {{a}_{12}} & {{a}_{13}} \\\ {{a}_{21}} & {{a}_{22}} & {{a}_{23}} \\\ {{a}_{31}} & {{a}_{32}} & {{a}_{33}} \\\ \end{matrix} \right]={{a}_{11}}({{a}_{22}}\times {{a}_{33}}-{{a}_{23}}\times {{a}_{32}})-{{a}_{12}}({{a}_{21}}\times {{a}_{33}}-{{a}_{23}}\times {{a}_{31}})+{{a}_{13}}({{a}_{21}}\times {{a}_{32}}-{{a}_{22}}\times {{a}_{31}})By simplifying the above expression, we can find the scalar value of the determinant.
Hence, the determinant of a 3×33\times 3matrix can be calculated in the following way:
A=[a11a12a13 a21a22a23 a31a32a33 ]=a11(a22×a33a23×a32)a12(a21×a33a23×a31)+a13(a21×a32a22×a31)\left| A \right|=\left[ \begin{matrix} {{a}_{11}} & {{a}_{12}} & {{a}_{13}} \\\ {{a}_{21}} & {{a}_{22}} & {{a}_{23}} \\\ {{a}_{31}} & {{a}_{32}} & {{a}_{33}} \\\ \end{matrix} \right]={{a}_{11}}({{a}_{22}}\times {{a}_{33}}-{{a}_{23}}\times {{a}_{32}})-{{a}_{12}}({{a}_{21}}\times {{a}_{33}}-{{a}_{23}}\times {{a}_{31}})+{{a}_{13}}({{a}_{21}}\times {{a}_{32}}-{{a}_{22}}\times {{a}_{31}})

Note: The above mentioned method to calculate the determinant of a matrix is known as the Laplace Expansion. There are many other ways to solve and calculate the value of the determinants.
On the other hand, determinant can be defined as the scalar value of a matrix and can be denoted by det(A)\det (A), detA\det A or A\left| A \right|.