How To Calculate Rank of a Matrix?

There are 3 methods which can be used to get the rank of any given matrix. These methods are as follows:

  • Minor Method
  • Using Echelon Form
  • Using Normal Form

Let’s discuss these methods in detail.

Minor Method

Pre-Requisite: Minors of Matrix

In order to find the rank of a matrix using minor method, following steps are followed:

  • Calculate the determinant of the matrix (say A). If det(A) ≠ 0, then rank of matrix A = order of matrix A.
  • If det(A) = 0, then the rank of the matrix is equal to order of the maximum possible non zero minor of the matrix.

Let us understand how to find the rank of matrix using minor method.

Example: Find the rank of matrix [Tex]\begin{bmatrix} 1 & 2 & 3\\ 4 & 5 & 6 \\ 7 & 8 & 7 \end{bmatrix} [/Tex]using minor method.

Given [Tex]A = \begin{bmatrix} 1 & 2 & 3\\ 4 & 5 & 6 \\ 7 & 8 & 7 \end{bmatrix} [/Tex]

  • Step 1: Calculate the determinant of A

det(A) = 1 (35 – 48) – 2 (28 – 42) + 3 (32 – 35)

det(A) = -13 + 28 + 9 = 24

  • As det(A) ≠ 0, ρ(A) = order of A = 3

Using Echelon Form

The minor method becomes very tedious if the order of the matrix is very large. So in this case, we convert the matrix into Echelon Form. A matrix that is in upper triangular form or lower triangular form is considered to be in Echelon Form. A matrix can be converted to its Echelon Form by using elementary row operations. Following steps are followed to calculate the rank of a matrix using Echelon form:

  • Convert the given matrix into its Echelon Form.
  • The number of non-zero rows obtained in the Echelon form of the matrix is the rank of the matrix.

Let us understand how to find the rank of matrix using minor method.

Example: Find the rank of matrix [Tex]\begin{bmatrix} 1 & 2 & 3\\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{bmatrix} [/Tex] using Echelon form method.

Given [Tex]A = \begin{bmatrix} 1 & 2 & 3\\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{bmatrix} [/Tex]

  • Step 1: Convert A to echelon form

Apply R2 = R2 – 4R1

Apply R3 = R3 – 7R1

[Tex]A = \begin{bmatrix} 1 & 2 & 3\\ 0 & -3 & -6 \\ 0 & -6 & -12 \end{bmatrix} [/Tex]

Apply R3 = R3 – 2R2

[Tex]A = \begin{bmatrix} 1 & 2 & 3\\ 0 & -3 & -6 \\ 0 & 0 & 0 \end{bmatrix} [/Tex]

As matrix A is now in lower triangular form, it is in Echelon Form.

  • Step 2: Number of non-zero rows in A = 2. Thus ρ(A) = 2

Using Normal Form

A matrix is said to be in normal form if it can be reduced to the form [Tex] \begin{bmatrix} I_r & 0\\ 0 & 0\\ \end{bmatrix} [/Tex]. Here Ir represents the identity matrix of order r. If a matrix can be converted to its normal form, then rank of the matrix is said to be r.

Let us understand how to find the rank of matrix using minor method.

Example: Find the rank of matrix [Tex]\bold{\begin{bmatrix} 1 & 2 & 1 & 2\\ 1 & 3 & 2 & 2 \\ 2 & 4 & 3 & 4 \\ 3 & 7 & 4 & 6 \end{bmatrix}} [/Tex] using normal form method.

Given [Tex]A = \begin{bmatrix} 1 & 2 & 1 & 2\\ 1 & 3 & 2 & 2 \\ 2 & 4 & 3 & 4 \\ 3 & 7 & 4 & 6 \end{bmatrix} [/Tex]

Apply R2 = R2 – R1 , R3 = R3 – 2R1 and R4 = R4 – 3R1

[Tex]A = \begin{bmatrix} 1 & 2 & 1 & 2\\ 0 & 1 & 1 & 0 \\ 0 & 0 & 1 & 0 \\ 0 & 1 & 1 & 0 \end{bmatrix} [/Tex]

Apply R1 = R1 – 2R2 and R4 = R4 – R2

[Tex]A = \begin{bmatrix} 1 & 0 & -1 & 2\\ 0 & 1 & 1 & 0 \\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 0 \end{bmatrix} [/Tex]

Apply R1 = R1 + R3 and R2 = R2 – R3

[Tex]A = \begin{bmatrix} 1 & 0 & 0 & 2\\ 0 & 1 & 0 & 0 \\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 0 \end{bmatrix} [/Tex]

Apply C4 → C4 – 2C1

[Tex]A = \begin{bmatrix} 1 & 0 & 0 & 0\\ 0 & 1 & 0 & 0 \\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 0 \end{bmatrix} [/Tex]

Thus A can be written as [Tex] \begin{bmatrix} I_3 & 0\\ 0 & 0\\ \end{bmatrix} [/Tex].

Thus, ρ(A) = 3

Rank of a Matrix: Definition, Properties, and Formula

Rank of a Matrix is defined as the dimension of the vector space formed by its columns. Rank of a Matrix is a very important concept in the field of Linear Algebra, as it helps us to know if we can find a solution to the system of equations or not. Rank of a matrix also helps us know the dimensionality of its vector space.

This article explores, the concept of the Rank of a Matrix in detail including its definition, how to calculate the rank of the matrix as well as a nullity and its relation with rank. We will also learn how to solve some problems based on the rank of a matrix. So, let’s start with the definition of the rank of the matrix first.

Table of Content

  • What is Rank of Matrix?
  • How To Calculate Rank of a Matrix?
  • Properties of Rank of Matrix
  • Examples of Rank of a Matrix
  • FAQs

Similar Reads

What is Rank of Matrix?

Rank of a Matrix is a fundamental concept in Linear Algebra, which measures the maximum number of linearly independent rows or columns in any matrix. In other words, it tells you how many of the rows or columns of a matrix are not useful and contribute to the overall information or dimensionality of the matrix. Let’s define the Rank of a Matrix....

How To Calculate Rank of a Matrix?

There are 3 methods which can be used to get the rank of any given matrix. These methods are as follows:...

Properties of Rank of Matrix

Properties of rank of matrix is as follows:...

Examples of Rank of a Matrix

Example 1: Find the rank of matrix [Tex]\bold{\begin{bmatrix} -1 & -2 & -3\\ -4 & -5 & -6 \\ -7 & -8 & -7 \end{bmatrix}} [/Tex] using minor method....

Rank of a Matrix – FAQs

Define Rank of a Matrix....

Contact Us