Ero Matrix Group2
Ero Matrix Group2
Presented by Group 2
Group Member:
1) A matrix is an array of numbers arranged in the form of rows and columns. The
number of rows and columns of a matrix are known as its dimensions which is
given by m × n, where m and n represent the number of rows and columns
respectively.
1 2 3 31 1
R₁⬌R₃ -1 2 0
-1 2 0
31 1 1 2 3
2) Multiplication of row by a scalar.
123 1 2 3
R₂ ←R₂
-1 2 0 -2 4 0
311 3 1 1
3) Interchange any two rows
Example: Multiplying the first row by-3 and adding the
product to the third row.
1 2 3 R₃ ⟵ -3R₁ + R₃
1 2 3
-1 2 0 -1 2 0
3 1 1 0 -5 -8
Finding Inverse Matrix Using ERO
➢ When a matrix 𝐴 is changed into another matrix 𝐵 after using elementary
➢ To find the inverse of matrix 𝐴, start by writing the matrix in the form (𝑨|𝑰)
➔ Adding (or subtracting) a multiple of one row to (or from) another row.
2. Multiplication of Rows:
➔ Operations that are not elementary row operations, such as taking the
square root of a row or performing other non-linear transformations, are not
allowed in the context of elementary row operations.
Example
EXAMPLE 1
1 0 0
Given A = 0 1 2 . Find A⁻¹ using elementary row operations.
0 0 1
1 0 0 1 0 0 R₂ R₂ - 2R₃ 1 0 0 1 0 0
Solution ( A | I ) = 0 1 2 0 1 0 0 1 0 0 1 -2
0 0 1 0 0 1 0 0 1 0 01
= ( 𝑰 | A⁻¹)
1 0 0
Hence, A⁻¹ = 0 1 -2
0 0 1
EXAMPLE 2
2 -1 1
If A = 1 -1 -1 , find A⁻¹ using elementary row operations.
2 -2 -1
2 -1 1 1 0 0 1 -1 -1 0 1 0
Solution ( A | 𝑰) = 1 -1 -1 0 1 0 R₁ ↔ R₂ 2 -1 1 1 0 0
2 -2 -1 0 0 1 2 -2 -1 0 0 1
1 -1 -1 0 1 0
R₂ R₂ - 2R₁ 0 1 3 1 -2 0
2 -2 -1 0 0 1
1 -1 -1 0 1 0
R₃ R₃ - 2R₁ 0 1 3 1 -2 0
0 0 1 0 -2 1
Echelon Matrix
1 0 2 1 -1 0
CONTINUE… R₁ R₁ + R₂ 0 1 3 1 -2 0
0 0 1 0 -2 1
1 0 2 1 -1 0
R₂ R₂ - 3R₃ 0 1 0 1 4 -3
0 0 1 0 -2 1
1 0 0 1 3 -2
R₁ R₁ - 2R₃ 0 1 0 1 4 -3
0 0 1 0 -2 1
1 3 -2 = ( 𝑰 | A⁻¹)
Hence, A⁻¹ = 1 4 -3
0 -2 1
Step 3
Obtain a 1 in the
Step 1
second position on
Obtain a 1 in the
the leading diagonal.
first position on the
leading diagonal. 1 0 0
0 1 0 Step 5
Obtain a 1 in the
0 0 1 third position on the
leading diagonal.
Step 2 Finally obtain zeros
Obtain zero under 1 above all the 1’s.
in the first column. Step 4
Obtain zeros
under 1 in the
second column.
THANKS