Determinant of a 3 x 3 matrix

In matrices, determinants are the special numbers calculated from the square matrix. The determinant of a 3 x 3 matrix is calculated for a matrix having 3 rows and 3 columns. The symbol used to represent the determinant is represented by vertical lines on either side, such as | |. The most popular application is to find the area of a triangle using a determinant, where the three vertices of the triangle are considered as the coordinates in an XY plane.

Let A be the matrix, and then the determinant of a matrix A is denoted by |A|. To find the determinant of matrices, the matrix should be a square matrix, such as a determinant of 2×2 matrix, determinant of 3×3 matrix, or n x n matrix. It means the matrix should have an equal number of rows and columns. Finding determinants of a matrix is helpful in solving the inverse of a matrix, a system of linear equations, and so on. In this article, let us discuss how to solve the determinant of a 3×3 matrix with its formula and examples.

Determinant of a 3 x 3 Matrix Formula

We can find the determinant of a matrix in various ways. First, we have to break the given matrix into 2 x 2 determinants so that it will be easy to find the determinant for a 3 by 3 matrix.

We can find the determinant of a matrix in various ways. First, we have to break the given matrix into 2 x 2 determinants so that it will be easy to find the determinant for a 3 by 3 matrix.

Let’s suppose you are given a square matrix A where

A=[a11a12a13a21a22a23a31a32a33]

Let’s calculate the determinant of matrix A, i.e., |A|.

|A|=|a11a12a13a21a22a23a31a32a33|

By expanding along the first row elements, we get;

|A|=|a11a12a13a21a22a23a31a32a33|=a11(−1)1+1|a22a23a32a33|+a12(−1)1+2|a21a23a31a33|+a13(−1)1+3|a21a22a31a32|

This can be written as:

|A|=|a11a12a13a21a22a23a31a32a33|=a11|a22a23a32a33|−a12|a21a23a31a33|+a13|a21a22a31a32|

Therefore,

|A| = a11 (a22 a33 – a23 a32) – a12 (a21 a33 – a23 a31) + a13 (a21 a32 – a22 a31)

Writing the determinant of a 3×3 matrix – Simple points

To find the determinant of a 3×3 matrix, first we need to find the minor matrices of any row or column elements. Suppose, we want to find the determinant of the matrix A by expanding the first column elements, then write the determinants of 2×2 matrices obtained by eliminating the corresponding elements’s row & column.

For example,

|A|=|a11a12a13a21a22a23a31a32a33|

For element a11, we can find the 2×2 scalar matrix as follows.

Determinant of 3x3 matrix

For the element a21, the scalar matrix is obtained as:

Determinant of 3x3 matrix 2Similarly, for the element a31, the 2×2 scalar matrix is obtained as follows:

Determinant of 3x3 matrix 3

Thus, the determinant of matrix A is written as:

Determinant of 3x3 matrix formula

Solved Examples

Let’s understand the calculation of determinant of 3×3 matrices with the help of solved examples below:

Example 1: Calculate the determinant of the 3×3 matrix given below:

A=[1−10234012]

Solution:

Let’s compare the given matrix with the general matrix form of the 3×3 matrix.

That means,

A=[a11a12a13a21a22a23a31a32a33]=[1−10234012]

Here,

a11 = 1, a12 = -1, a13 = 0

a21 = 2, a22 = 3, a23 = 4

a31 = 0, a32 = 1, a33 = 2

Thus, by applying the determinant of a 3×3 matrix formula, we have

|A|=1.|3412|−(−1).|2402|+0.|2301|

= 1 [3(2) – 1(4)] + 1[2(2) – 4(0)] + 0

= (6 – 4) + (4 – 0)

= 2 + 4

= 6

 

Example 2:

Find the determinant of the following 3×3 matrix.

P=[011110101]

Solution:

Let’s compare the given matrix with the general matrix form of the 3×3 matrix.

That means,

[a11a12a13a21a22a23a31a32a33]=[011110101]

Here,

a11 = 0, a12 = 1, a13 = 1

a21 = 1, a22 = 1, a23 = 0

a31 = 1, a32 = 0, a33 = 1

Now, by applying the determinant of a 3×3 matrix formula, we get;

|A|=0.|1001|−1.|1011|+1.|1110|

= 0 -1 [1(1) – 0(1)] + 1[1(0) – 1(1)]

= -1(1) + (-1)

= -1 – 1

= -2

Found this topic interesting, explore more on other mathematical topics on BYJU’S- The Learning App.

Learn more on Matrices
Determinant Formula Inverse Matrix Formulas
Determinants and Matrices Determinants for Class 12

Comments

Leave a Comment

Your Mobile number and Email id will not be published.

*

*

  1. Very useful presentation of matrix. It helped me alot!! Thanks

  2. The very useful information is here and I like it