Inverse of 3 x 3 Matrix – Explanation & Examples

Inverse of 3 x 3 MatrixThe inverse of a matrix is significant in linear algebra. It helps us solve a system of linear equations. We can find the inverse of square matrices only. Some matrices do not have inverses. So, what is the inverse of a matrix?

The inverse of a matrix A is A1, such that multiplying the matrix with its inverse results in the identity matrix, I.

In this lesson, we will take a brief look at what an inverse matrix is, how to find the inverse of a 3×3 matrix, and the formula for the inverse of a 3×3 matrix. We will look at a couple of examples and some practice problems for you to try out!

What is the Inverse of a Matrix?

In matrix algebra, matrix inverse plays the same role as a reciprocal in number systems. Inverse matrix is the matrix with which we can multiply another matrix to get the identity matrix (the matrix equivalent of the number 1)To know more about the identity matrix, please check here.

Consider the 3×3 matrix shown below:

B=[abcdefghi]

We denote the inverse of this matrix as B1.

Inverse of a Matrix

The multiplicative inverse (reciprocal) in the number system and the inverse matrix in matrices play the same role. Also, the identity matrix (I ) (in matrices domain) plays the same role as the number one ( 1 ).

How to Find the Inverse of a 3 x 3 Matrix

So how do we find the inverse of a 3×3 matrix?

To find the inverse of a matrix, we can use a formula that requires a few points to be satisfied before its usage.

For a matrix to have an inverse, it has to satisfy 2 conditions:

  1. The matrix needs to be a square matrix (the number of rows must be equal to the number of columns).
  2. The determinant of the matrix (this is a scalar value of a matrix from a few operations done on its elements) must not be 0.

Remember, not all matrices that are square matrices have an inverse. A matrix whose determinant is 0 is not invertible (doesn’t have an inverse) and is known as a singular matrix.

Read more about singular matrices here!

The formula for the inverse of a 3×3 matrix is quite messy! Nonetheless, let’s tackle it!!

3 x 3 Inverse Matrix Formula

Consider the 3×3 matrix shown below:

A=[abcdefghi]

The formula for the inverse of a 3×3 matrix (Matrix A) is given as:

A1=1det(A)[(eifh)(bich)(bfce)(difg)(aicg)(afcd)(dheg)(ahbg)(aebd)]

Where det(A) is the determinant of the 3×3 matrix given as:

det(A)=a(eifh)b(difg)+c(dheg)3 x 3 Inverse Matrix Formula

Tough!
Tough!
But don’t worry, after working out several questions, it will come to you naturally!

Let’s calculate the inverse of  a 3×3 matrix ( Matrix C ) shown below:

C=[121341121]

Before we calculate the inverse, we have to check the 2 conditions outlined above.

  • Is it a square matrix?

Yes, it is a 3×3 square matrix!

  • Is the determinant equal to 0?

Let’s calculate the determinant of Matrix C by using the determinant formula for a 3×3 matrix.

|C|=a(eifh)b(difg)+c(dheg)

=1(42)2(3(1))+1(6(4))

=1(6)2(2)+1(10)

=8

The determinant isn’t 0. So, we can go ahead and calculate the inverse using the formula we just learned. Shown below:

C1=1det(C)[(eifh)(bich)(bfce)(difg)(aicg)(afcd)(dheg)(ahbg)(aebd)]

C1=18[6422021042]

C1=[684828280281084828]

Note: We multiplied the scalar constant, 18, with each element of the matrix. This is the scalar multiplication of a matrix. 

Let’s reduce the fractions and write the final answer:

C1=[34121414014541214]

Let us look at some examples to enhance our understanding further!

 

Example 1

Given A=[014111420], find A1.


Solution

We will use the formula for the inverse of a 3×3 matrix to find the inverse of Matrix A. Shown below:

A1=1a(eifh)b(difg)+c(dheg)[(eifh)(bich)(bfce)(difg)(aicg)(afcd)(dheg)(ahbg)(aebd)]

A1=10(2)1(4)+4(6)[2854164641]

A1=128[2854164641]

A1=[1142752817471731417128]

Example 2

Given A=[221010121] and B=[101010122], confirm if  Matrix B is the inverse of Matrix A.


Solution

For Matrix B to be the inverse of Matrix ,A, the matrix multiplication between these two matrices should result in an identity matrix (3×3 identity matrix). If so, B is the inverse of A.

Let’s check:

A×B=[221010121]×[101010122]

=[(2)(1)+(2)(0)+(1)(1)(2)(0)+(2)(1)+(1)(2)(2)(1)+(2)(0)+(1)(2)(0)(1)+(1)(0)+(0)(1)(0)(0)+(1)(1)+(0)(2)(0)(1)+(1)(0)+(0)(2)(1)(1)+(2)(0)+(1)(1)(1)(0)+(2)(1)+(1)(2)(1)(1)+(2)(0)+(1)(2)]

=[304010203]

This is not the  3×3 identity matrix

Thus, Matrix B is not the inverse of Matrix A.

If you want to review matrix multiplication, please check this lesson out!

Practice Questions

  1. Given K=[021321321], find K1.

  2. Calculate A1 for Matrix A shown below:
    A=[191319]
  3. Calculate the inverse of the 3×3 matrix shown below:
    D=[248010141]

Answers

  1. This matrix does not have an inverse because this matrix’s determinant is equal to 0!

    Recall that the determinant cannot be 0 for a matrix to have an inverse. Let’s check the value of the determinant:

    |K|=0(22)2(33)+(1)(6+6) 
    |K|=0(0)2(6)1(12)
    |K|=1212
    |K|=0

    Since the determinant is 0, this matrix will not have an inverse!

  2. If you look at this matrix carefully, you will see that it is not a square matrix!. It is a 2×3 matrix ( 2 rows and 3  columns). Recall that we cannot find the inverse of a non-square matrix. 
    Thus, Matrix A doesn’t have an inverse!
  3. We will use the formula for the inverse of a 3×3 matrix to find the inverse of Matrix D. Shown below:

    D1=1a(eifh)b(difg)+c(dheg)[(eifh)(bich)(bfce)(difg)(aicg)(afcd)(dheg)(ahbg)(aebd)]

    D1=12(1)4(0)+8(1)[13680601122]

    D1=16[13680601122]

    D1=[1664301016213]

Previous Lesson | Main Page | Next Lesson