The rank of a matrix is a core concept in linear algebra, particularly in engineering mathematics. It serves as a measure of the non-degeneracy of a system of linear equations. Understanding how to calculate the rank of a matrix is crucial for solving various mathematical problems, including those involving systems of linear equations, transformations, and vector spaces.
In this blog, we will explore what the rank of a matrix is, how to find the rank of a matrix, particularly by using the echelon form, and work through some rank of matrix questions with solutions.
The rank of a matrix is the maximum number of linearly independent(L.I) row vectors or column vectors within the matrix. It indicates the dimension of the vector space spanned by its rows or columns. In simple terms, the rank gives the number of independent equations in a system of linear equations represented by the matrix.
The matrix A is said to be of rank r, if
Rank = Number of non-zero row in upper triangular matrix.
In brief, the rank of a matrix is determined by the largest order of any non-zero minor within the matrix.
From the above definition of the rank of a matrix we have the following two useful results-
The rank of a matrix A shall be denoted by ρ(A). Here
The rank of a matrix A is denoted by ρ(A). The symbol ρ is a Greek letter pronounced as "rho," so ρ(A) should be read as "rho of A" or "rank of A."
In engineering mathematics, the rank of a matrix helps in determining:
The rank of a matrix can be determined using three different methods. Among these, the simplest method is converting the matrix into echelon form. The three methods are:
1. Minor Method:
Here are the steps to determine the rank of a matrix A using the minor method:
2. Echelon Form Method:
A matrix A = (aij)mn is said to be in Echelon form, If
The echelon form of a matrix is a form where the matrix has been simplified to a step-like structure, which makes it easier to identify the number of linearly independent rows. To find the rank of a matrix by echelon form, follow these steps:
When a matrix is converted in Echelon form, then the number of non-zero rows of the matrix is known as the rank of the matrix A.
For example, is in the echelon matrix.
3. Normal form Method:
Every non-zero matrix [say A = (aij)mn] of rank r, by a sequence of elementary transformations can be reduced to the form.
Where I, is a r × r unit matrix of order r and 0 represented null matrix of any order.
These forms are said to be the normal form of canonical form of the given matrix A.
The concept of rank is not only theoretical but also has practical applications in various fields, including:
Example 1: Given the matrix
Solution:
Transform the matrix into echelon form.
Perform row operations to simplify the matrix:
2R2 – R1 and 3R3 – R2
This resuts in:
Count the number of non-zero rows.
In this case, there is 1 non-zero row. Therefore, the rank of the matrix A is 1.
Example 2: Find the Rank of the Following
Solution:
Transform the matrix into echelon form by performing elementary row operations.
Count the non-zero rows.
Here, there are 2 non-zero rows, so the rank of the matrix is 2.
Example 3: Obtain the Echelon Form Method Matrix: and find its matrix.
Solution:
R2 = R2 –2R1
The rank of the matrix A is 2.
Example 4: Using the Minor Method , find rank of matrix B.
Solution:
det(B) = 1(5 9 – 6 × 8) – 2(4× 9 –6 × 7) + 3(4 × 8 – 5 × 7)
det(B) = 1(45 – 48) – 2(36 –42) + 3(32 – 35)
det(B) = –3 + 12 –9
det(B) = 0
Since det(B) = 0, the matrix is not of full rank. The rank is less than 3.
Calculate the determinant of M:
det(M) = 1 × 5 – 2 × 4
= 5 –8
= –3
Since this minor is non-zero, the rank of the matrix B is 2.
The rank of the matrix B is 2.
Example 5: Using the Normal Form Method Matrix: , find rank of matrix C.
Solution:
Swap Row 1 and Row 2 to bring a 1 to the pivot position:
R2 = R2 + 2R1, R3 = R3 –3R1
The rank of the matrix C is 3.
(Session 2025 - 26)