Skip to main content
Search IntMath
Close

Inverse of a Matrix using Gauss-Jordan Elimination

by M. Bourne

In this section we see how Gauss-Jordan Elimination works using examples.

You can re-load this page as many times as you like and get a new set of numbers each time. You can also choose a different size matrix (at the bottom of the page).

(If you need some background first, go back to the Introduction to Matrices).

Choose the matrix size you are interested in and then click the button.

Matrix A:

2×2 matrix
3×3 matrix
4×4 matrix
5×5 matrix

The randomly-generated example appears below.

Phone users

mobile phone

NOTE: If you're on a phone, you can scroll any wide matrices on this page to the right or left to see the whole expression.

Example (3 × 3)

Find the inverse of the matrix A using Gauss-Jordan elimination.

A =   11 10 4  
13 12 14
15 5 8

Our Procedure

We write matrix A on the left and the Identity matrix I on its right separated with a dotted line, as follows. The result is called an augmented matrix.

We include row numbers to make it clearer.

  11 10 4
13 12 14
15 5 8
1 0 0   Row[1]
0 1 0 Row[2]
0 0 1 Row[3]

Next we do several row operations on the 2 matrices and our aim is to end up with the identity matrix on the left, like this:

  1 0 0
0 1 0
0 0 1
? ? ?   Row[1]
? ? ? Row[2]
? ? ? Row[3]

(Technically, we are reducing matrix A to reduced row echelon form, also called row canonical form).

The resulting matrix on the right will be the inverse matrix of A.

Our row operations procedure is as follows:

  1. We get a "1" in the top left corner by dividing the first row
  2. Then we get "0" in the rest of the first column
  3. Then we need to get "1" in the second row, second column
  4. Then we make all the other entries in the second column "0".

We keep going like this until we are left with the identity matrix on the left.

Let's now go ahead and find the inverse.

Solution

We start with:

  11 10 4
13 12 14
15 5 8
1 0 0   Row[1]
0 1 0 Row[2]
0 0 1 Row[3]

New Row [1]

Divide Row [1] by 11 (to give us a "1" in the desired position):

This gives us:

  1 0.9091 0.3636
13 12 14
15 5 8
0.0909 0 0   Row[1]
0 1 0 Row[2]
0 0 1 Row[3]

New Row [2]

Row[2] − 13 × Row[1] (to give us 0 in the desired position):

13 − 13 × 1 = 0
12 − 13 × 0.9091 = 0.1818
14 − 13 × 0.3636 = 9.2727
0 − 13 × 0.0909 = -1.1818
1 − 13 × 0 = 1
0 − 13 × 0 = 0

This gives us our new Row [2]:

  1 0.9091 0.3636
0 0.1818 9.2727
15 5 8
0.0909 0 0   Row[1]
-1.1818 1 0 Row[2]
0 0 1 Row[3]

New Row [3]

Row[3] − 15 × Row[1] (to give us 0 in the desired position):

15 − 15 × 1 = 0
5 − 15 × 0.9091 = -8.6364
8 − 15 × 0.3636 = 2.5455
0 − 15 × 0.0909 = -1.3636
0 − 15 × 0 = 0
1 − 15 × 0 = 1

This gives us our new Row [3]:

  1 0.9091 0.3636
0 0.1818 9.2727
0 -8.6364 2.5455
0.0909 0 0   Row[1]
-1.1818 1 0 Row[2]
-1.3636 0 1 Row[3]

New Row [2]

Divide Row [2] by 0.1818 (to give us a "1" in the desired position):

This gives us:

  1 0.9091 0.3636
0 1 51
0 -8.6364 2.5455
0.0909 0 0   Row[1]
-6.5 5.5 0 Row[2]
-1.3636 0 1 Row[3]

New Row [1]

Row[1] − 0.9091 × Row[2] (to give us 0 in the desired position):

1 − 0.9091 × 0 = 1
0.9091 − 0.9091 × 1 = 0
0.3636 − 0.9091 × 51 = -46
0.0909 − 0.9091 × -6.5 = 6
0 − 0.9091 × 5.5 = -5
0 − 0.9091 × 0 = 0

This gives us our new Row [1]:

  1 0 -46
0 1 51
0 -8.6364 2.5455
6 -5 0   Row[1]
-6.5 5.5 0 Row[2]
-1.3636 0 1 Row[3]

New Row [3]

Row[3] − -8.6364 × Row[2] (to give us 0 in the desired position):

0 − -8.6364 × 0 = 0
-8.6364 − -8.6364 × 1 = 0
2.5455 − -8.6364 × 51 = 443
-1.3636 − -8.6364 × -6.5 = -57.5
0 − -8.6364 × 5.5 = 47.5
1 − -8.6364 × 0 = 1

This gives us our new Row [3]:

  1 0 -46
0 1 51
0 0 443
6 -5 0   Row[1]
-6.5 5.5 0 Row[2]
-57.5 47.5 1 Row[3]

New Row [3]

Divide Row [3] by 443 (to give us a "1" in the desired position):

This gives us:

  1 0 -46
0 1 51
0 0 1
6 -5 0   Row[1]
-6.5 5.5 0 Row[2]
-0.1298 0.1072 0.0023 Row[3]

New Row [1]

Row[1] − -46 × Row[3] (to give us 0 in the desired position):

1 − -46 × 0 = 1
0 − -46 × 0 = 0
-46 − -46 × 1 = 0
6 − -46 × -0.1298 = 0.0293
-5 − -46 × 0.1072 = -0.0677
0 − -46 × 0.0023 = 0.1038

This gives us our new Row [1]:

  1 0 0
0 1 51
0 0 1
0.0293 -0.0677 0.1038   Row[1]
-6.5 5.5 0 Row[2]
-0.1298 0.1072 0.0023 Row[3]

New Row [2]

Row[2] − 51 × Row[3] (to give us 0 in the desired position):

0 − 51 × 0 = 0
1 − 51 × 0 = 1
51 − 51 × 1 = 0
-6.5 − 51 × -0.1298 = 0.1196
5.5 − 51 × 0.1072 = 0.0316
0 − 51 × 0.0023 = -0.1151

This gives us our new Row [2]:

  1 0 0
0 1 0
0 0 1
0.0293 -0.0677 0.1038   Row[1]
0.1196 0.0316 -0.1151 Row[2]
-0.1298 0.1072 0.0023 Row[3]

We have achieved our goal of producing the Identity matrix on the left. So we can conclude the inverse of the matrix A is the right hand portion of the augmented matrix:

A−1 =   0.0293 -0.0677 0.1038  
0.1196 0.0316 -0.1151
-0.1298 0.1072 0.0023

Things to Note

  1. The above explanation shows all steps. A human can usually take a few shortcuts. Also, sometimes there is already a "1" or a "0" in the correct position, and in those cases, we would not need to do anything for that step.
  2. Always write down what you are doing in each step - it is very easy to get lost!
  3. I have shown results correct to 4 decimal place, but best possible accuracy was used throughout. Be aware that small errors from rounding will accumulate throughout the problem. Always use full calculator accuracy! (Make full use of your calculator's memory.)
  4. Very occasionally there are strange results because of the computer's internal representation of numbers. That is, it may store "1" as 0.999999999872.

See another?

You can go back up to the top of the page and choose another example.

Problem Solver

AI Math Calculator Reviews

This tool combines the power of mathematical computation engine that excels at solving mathematical formulas with the power of GPT large language models to parse and generate natural language. This creates math problem solver thats more accurate than ChatGPT, more flexible than a calculator, and faster answers than a human tutor. Learn More.

Tips, tricks, lessons, and tutoring to help reduce test anxiety and move to the top of the class.