0% found this document useful (0 votes)
59 views

Gaussian Jordan

The document describes using Gaussian elimination to invert a 2x2 matrix. It gives the steps to transform the matrix into the identity matrix and the inverse matrix. The steps include multiplying rows by constants and adding rows to eliminate values. After 6 steps, the inverse of the example matrix is obtained.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views

Gaussian Jordan

The document describes using Gaussian elimination to invert a 2x2 matrix. It gives the steps to transform the matrix into the identity matrix and the inverse matrix. The steps include multiplying rows by constants and adding rows to eliminate values. After 6 steps, the inverse of the example matrix is obtained.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Matrix inversion using Gauss-Jordan elimination.

 
0.5 1 2
Example: invert the matrix A =  1 1 1 
.

0.5 0.5 2
Work with the matrix of the following form
 
0.5 1 2 1 0 0
 1 1 1 0 1 0 


0.5 0.5 2 0 0 1
and use Gaussian elimination to rearrange the above matrix into
[I | A−1 ] to find the matrix inverse. I is the identity matrix.

STEPs:

1. row1 = 2 × row1 and row3 = 2 × row3 result in


 
1 2 4 2 0 0
 1 1 1 0 1 0 
 

1 1 4 0 0 2

2. row2 = row1 − row2 and row3 = row1 − row3 lead to


 
1 2 4 2 0 0
 0 1 3 2 −1 0 
 

0 1 0 2 0 −2

3. exchange row2 and row3  


1 2 4 2 0 0
 0 1 0 2 0 −2 
 

0 1 3 2 −1 0
4. row1 = −2 × row2 + row1 and row3 = row3 − row2
 
1 0 4 −2 0 4
 0 1 0 2 0 −2 


0 0 3 0 −1 2

5. row1 = − 34 × row3 + row1

1 0 0 −2 34 4
 
3
 0 1 0 2 0 −2 


0 0 3 0 −1 2

1
1
6. row3 = 3
× row3
1 0 0 −2 34 4
 
3
 0 1 0 2 0 −2 


1 2
0 0 1 0 −3 3

−2 34 4
   
0.5 1 2 3
The inverse of  1

1 1  is therefore  2
 
0 −2  .
1 2
0.5 0.5 2 0 −3 3

You might also like