Rank of Matrix-4
Rank of Matrix-4
Row Canonical form: A matrix A is said to be in row canonical form if it is an echelon matrix
and if it satisfies the following conditions:
i) Each pivot (leading non-zero entry) is 1.
ii) Each pivot is the only non-zero entry in its column.
Example:
2 3 5 0 7 8
0 0 1 3 1 2 1 2 3 0 1 3 0 0 4
i)
ii) 0 0 1 iii) 0 0 0 1 0 3
0 0 0 0 2 5
0 0 0 0 0 0 0 1 2
0 0 0 0 0 0
The 3rd Matrix is an example of a Matrix in row canonical form. The second Matrix is not row
canonical form. Since, there is a non-zero element above the 2nd pivot in the 3rd column. The
First Matrix is not in row canonical form. Since some pivot are not equal to 1 and there are
non-zero elements above the pivots.
Note: i) The major difference between an echelon matrix and a matrix in row canonical form
is that in an echelon matrix there must be zeros below the pivot, but in a matrix in row canonical
form. Each pivot is equal to 1 and there must also be zeros above the pivots.
ii) The identify matrix I of any size is important special example of the matrix in row
canonical form.
Rank of Matrix: The rank of a matrix A is the maximum number of linearly independent rows
or columns in the matrix.
or, Let A be an matrix of order 𝑚 × 𝑛. The rank of the matrix A is the largest value of r for
which there exists an 𝑟 × 𝑟 sub matrix of A with non-zero determinant.
or, Let A be an 𝑚 × 𝑛 matrix and let AR be the row echelon form of A. Then the rank of A is
the number non-zero rows of AR.
1 2 3
~ 0 7 10 𝑅́2 = 𝑅2 + 2𝑅1
0 7 10
1 2 3
~ 0 7 10 𝑅́3 = 𝑅3 − 𝑅2
0 0 0
The above matrix is in echelon (row) form and it has two non-zero row.
So, rank of the given matrix is 2.
𝑅́3 = 𝑅3 − 3𝑅1
0 0 5 12 2
1 2 1 2 1
~ 0 0 3 6 1 𝑅3 = 3𝑅3 − 5𝑅2
́
0 0 0 6 1
The Matrix is in row echelon form and the rank of A is 3.
1 2 1 2 1
~ 0 0 3 0 0
1
0 0 0 1
6
1 2 1 2 1 1
~ 0 0 1 0 0 𝑅́2 = 𝑅2
1 3
0 0 0 1
6
1 2 1 2 1 𝑅́1 = 𝑅1 + 𝑅2
~ 0 0 1 0 0
1
0 0 0 1
6
4
1 2 0 0 𝑅́1 = 𝑅1 + 2𝑅3
3
~ 0 0 1 0 0
1
0 0 0 1
6
This matrix is an canonical form.