Question
Question: How do I find the determinant of a \(3\times 3\) matrix?...
How do I find the determinant of a 3×3 matrix?
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×3 matrix can be given as A=a11 a21 a31 a12a22a32a13a23a33
The determinant of this matrix can be calculated by taking its minor along the first row and then further simplifying the 2×2 matrices by taking their minors and simplifying them.
The determinant of the above given matrix is represented by ∣A∣
Therefore, the determinant of the above matrix can be written as:
∣A∣=a11 a21 a31 a12a22a32a13a23a33=a11a22 a32 a23a33−a12a21 a31 a23a33+a13a21 a31 a22a32 …(i)
The above expression can be further simplified by calculating the determinants of the 2×2 matrices and then simply adding or subtracting the values obtained by simplifying them.
A 2×2 matrix can be solved in the following manner:
p r qs=p×s−q×r Applying the same concept in the equation (i) we get:
⇒∣A∣=a11 a21 a31 a12a22a32a13a23a33=a11(a22×a33−a23×a32)−a12(a21×a33−a23×a31)+a13(a21×a32−a22×a31)By simplifying the above expression, we can find the scalar value of the determinant.
Hence, the determinant of a 3×3matrix can be calculated in the following way:
∣A∣=a11 a21 a31 a12a22a32a13a23a33=a11(a22×a33−a23×a32)−a12(a21×a33−a23×a31)+a13(a21×a32−a22×a31)
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), detA or ∣A∣.