Contents To Be Discussed: Inverse of A Matrix Using Gauss-Jordan Method
Contents To Be Discussed: Inverse of A Matrix Using Gauss-Jordan Method
CONTENTS TO BE DISCUSSED
Gauss-Jordan Method.
Inverse of a Matrix using Gauss-Jordan Method
Practice Problems.
Gauss-Jordan Method
Gauss-Jordan method is another method for solving the systems of equations in matrix form.
It is really a continuation of Gauss elimination method.
Example 1. Solve the following system of equations by (i) Gauss Elimination method, (ii)
Gauss-Jordan Method:
𝑥 − 2𝑦 + 3𝑧 = 9
−𝑥 + 3𝑦 = −4
2𝑥 − 5𝑦 + 5𝑧 = 17
Example 2. Reduce the following matrix to its Echelon and its Row-Reduced Echelon form:
0 1 2 0 3
2 4 8 2 4
A= [ ]
1 2 4 2 2
1 3 6 1 5
Solution:
Example 3. Solve the following system of equations by (i) Gauss Elimination method, (ii)
Gauss-Jordan Method:
𝑥2 + 2𝑥3 = 3
2𝑥1 + 4𝑥2 + 8𝑥3 + 2𝑥4 = 4
𝑥1 + 2𝑥2 + 4𝑥3 + 2𝑥4 = 2
𝑥1 + 3𝑥2 + 6𝑥3 + 𝑥4 = 5
Solution: The augmented matrix (A, b) for this system is the matrix as in Example 2 that
was shown to be equivalent to the Row-Reduced Echelon Form:
Hence, the given system is consistent and there exist infinitely many solutions.
Example 4. Apply elementary row operations to find the Inverse of the following matrix:
1 2 3
𝐴=( 2 5 7)
−2 −4 −5
OR
Apply Gauss-Jordan Method to find the Inverse of the following matrix:
1 2 3
𝐴=( 2 5 7)
−2 −4 −5
Solution. Let us consider the matrix in the form:
1 2 3 ⋮ 1 0 0
(𝐴 ⋮ 𝐼) = ( 2 5 7 ⋮ 0 1 0)
−2 −4 −5 ⋮ 0 0 1
Let us apply elementary row operations on (𝐴 ⋮ 𝐼) to reduce it to (𝐼 ⋮ 𝐵), where B is a new
matrix, which would be equal to the inverse of A.
1 2 3 ⋮ 1 0 0
(𝐴 ⋮ 𝐼) = ( 2 5 7 ⋮ 0 1 0)
−2 −4 −5 ⋮ 0 0 1
1 2 3 ⋮ 1 0 0
~ (0 1 1 ⋮ −2 1 0) , by 𝑅2 − 2𝑅1 , 𝑎𝑛𝑑 𝑅3 + 2𝑅1
0 0 1 ⋮ 2 0 1
1 0 1 ⋮ 5 −2 0
~ (0 1 1 ⋮ −2 1 0) , by 𝑅1 − 2𝑅2
0 0 1 ⋮ 2 0 1
1 0 0 ⋮ 3 −2 −1
~ (0 1 0 ⋮ −4 1 −1) , by 𝑅1 − 𝑅3 and 𝑅2 − 𝑅3
0 0 1 ⋮ 2 0 1
3 −2 −1
−1
Hence 𝐴 = (−4 1 −1).
2 0 1
Example 5. (For Students). Apply elementary operations to find the Inverse of the
following matrix:
3 0 2
𝐴 = (2 0 −2)
0 1 1
Solution. We start with the matrix A, and write it down with an Identity Matrix I next to it:
4 0 0 0
0 0 2 0
𝐴=( )
0 1 2 0
1 0 0 1
***