© 2000−2019  P. BogackiCalculating the inverse using row operationsv. 1.25 

 PROBLEM

Find (if possible) the inverse of the matrix
 2 
 7 
 -6 
 7 
 3 
 7 
 1 
 6 
 7 
 3 
 7 
 2 
 7 
 2 
 -3 
 7 
 2 
 7 
 6 
 7 
 3 
 0   0   0   1 

 SOLUTION

 Step 1: Adjoin the identity matrix to the given matrix

Adjoining I4 to the given matrix, we obtain the 4x8 matrix: 
 2 
 7 
 -6 
 7 
 3 
 7 
 1    1   0   0   0 
 6 
 7 
 3 
 7 
 2 
 7 
 2   0   1   0   0 
 -3 
 7 
 2 
 7 
 6 
 7 
 3   0   0   1   0 
 0   0   0   1   0   0   0   1 
 Step 2: Transform the matrix to the reduced row echelon form  (Show details)

 2 
 7 
 -6 
 7 
 3 
 7 
 1    1   0   0   0 
 6 
 7 
 3 
 7 
 2 
 7 
 2   0   1   0   0 
 -3 
 7 
 2 
 7 
 6 
 7 
 3   0   0   1   0 
 0   0   0   1   0   0   0   1 

can be transformed by a sequence of elementary row operations to the matrix

 1   0   0   0    2 
 7 
 6 
 7 
 -3 
 7 
 -5 
 7 
 0   1   0   0   -6 
 7 
 3 
 7 
 2 
 7 
 -6 
 7 
 0   0   1   0   3 
 7 
 2 
 7 
 6 
 7 
 -25 
 7 
 0   0   0   1   0   0   0   1 

 Step 3: Interpret the reduced row echelon form

The matrix in reduced row echelon form obtained above can be interpreted as [ C | D ], where both C and D are 4x4 matrices.

Since C =
 1   0   0   0 
 0   1   0   0 
 0   0   1   0 
 0   0   0   1 
equals I4
then D =
 2 
 7 
 6 
 7 
 -3 
 7 
 -5 
 7 
 -6 
 7 
 3 
 7 
 2 
 7 
 -6 
 7 
 3 
 7 
 2 
 7 
 6 
 7 
 -25 
 7 
 0   0   0   1 
is the inverse of the original matrix.

 Comments


This concludes the solution of the problem. Do you want to
  • solve another problem of the same type, or
  • go to the main Toolkit page?