Condansation of Matrix
Condansation of Matrix
Condansation of Matrix
OF A MATRIX
Fabrizio Moncelli
Lidia Rocha
WHAT IS THE ECHELON FORM OF A MATRIX?
Echelon matrix come in two forms:
• The row echelon form (matrix A)
• The reduced row echelon form (matrix B)
1 2 0 0
1 2 3 4
A= 0 0 1 3 B= 0 0 1 0
0 0 0 1
0 0 0 1
0 0 0 0
ROW ECHELON FORM
A matrix is in row echelon form when it satisfies the following
conditions:
• The first non-zero element in each row, called the leading entry, is 1.
• Each leading entry is in a column to the right of the leading entry in
the previous row.
• Rows with all zero elements, if any, are below rows having a non-zero
element.
1 2 3 4
A= 0 0 1 3
0 0 0 1
REDUCED ROW ECHELON FORM
1 2 0 0
B= 0 0 1 0
0 0 0 1
0 0 0 0
COLUMN ECHELON FORM
In addition, there are column echelon form, but they are only the
transposed of a row echelon form, and we can consider it like the row
echelon form.
T
1 0 0 1 0 3
A𝑇 = 0 1 0 → 0 1 2
3 2 0 0 0 0
1 2 1 𝑅1
A= −1 −3 1 𝑅2
3 5 0 𝑅3
1 2 1
1) 𝑅2 →2𝑅1 + 𝑅2 A= 0 1 3
3 5 0
1 2 1
2) 𝑅3 → −3𝑅1 + 𝑅3 A= 0 1 3
0 −1 −3
1 2 1
3) 𝑅3 → 𝑅2 + 𝑅3 A= 0 1 3
0 0 0
1 0 −5
4) 𝑅1 → −2𝑅2 + 𝑅1 A= 0 1 3
0 0 0
The final matrix in row echelon form has two non-zero rows and thus
the rank of matrix A is 2
rank(A) = 2