Methods to Find Rank of a Matrix

The two methods to find the rank of the matrix are:

  • Rank of Matrix by Finding Minors
  • Rank of Matrix by Finding Echelon Form
  • Rank of Matrix by Finding Normal Form

Let’s discuss each method in detail.

Rank of Matrix by Finding Minors

Steps to find rank of matrix by finding minors are listed below.

  • First, find the determinant of the matrix.
  • If the determinant of matrix ≠ 0 then, rank of matrix = order of matrix.
  • If the determinant of matrix = 0 then, the rank of matrix = maximum order of one of the minors which is non-zero.

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

Solution:

First find the determinant of the matrix.

|X| = [Tex]\begin {vmatrix} 1 & 6 & 3\\ 1 & 5 & 2\\ 0 & 2 & 4 \end {vmatrix}[/Tex]

⇒ |X| = 1 [(5 × 4) – (2 × 2)] – 6[(4 × 1) – (2× 0)] + 3[(2× 1) – (5× 0)]

⇒ |X| = [20 – 4] – 6 × 4 + 3 × 2

⇒ |X| = 16 – 24 + 6 = -2

Since |X| ≠ 0 so,

Rank of matrix = Order of matrix

Rank of matrix M = 3

Rank of Matrix by Finding Echelon Form

Steps to find rank of matrix by finding Echelon form are listed below.

  • First convert the matrix into its Echelon form (i.e., upper triangular matrix or lower triangular matrix) using elementary row operations.
  • Then, after converting the matrix into its Echelon form find the number of non-zero rows.
  • The rank of the matrix is given by the number of non-zero rows present in Echelon form of matrix.

Example: Find the rank of matrix Y = [Tex]\begin {bmatrix} 1 & -1\\ 1 & 0 \end {bmatrix}[/Tex] using Echelon form.

Solution:

First, find the Echelon form of matrix Y by using row operation.

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

R2 → R2 – R1

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

The above matrix represents the Echelon form of matrix Y.

Now, find the number of non-zero rows i.e., = 2.

So, the rank of matrix Y = R(Y) = 2

Rank of Matrix by Finding Normal Form

Steps to find rank of matrix by finding normal form are listed below.

  • First try to convert the given matrix into its normal form using the elementary row and column operation.
  • If the matrix can be converted into its normal form i.e., [Tex]\begin{bmatrix} I_r &0\\ 0 & 0 \end{bmatrix}[/Tex]
  • The order r of the identity matrix gives the required rank of the matrix.

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

Solution:

First, we convert the above matrix into its normal form using elementary row and column operation.

B = [Tex]\begin {bmatrix} 2 & 3&5\\ 1 & 6 & 16\\ 4 & 2&-2 \end {bmatrix}[/Tex]

R1 → R1/2

B = [Tex]\begin {bmatrix} 1 & 1.5& 2.5\\ 1 & 6 & 16\\ 4 & 2&-2 \end {bmatrix}[/Tex]

R2→ R2 – R1 and R3 → R3 – 4R1

B = [Tex]\begin {bmatrix} 1 & 1.5& 2.5\\ 0& 4.5 & 13.5\\ 0&-4&-12 \end {bmatrix}[/Tex]

R2 → R2 / 4.5, R3 → R3 / (-4)

B = [Tex]\begin {bmatrix} 1 & 1.5& 2.5\\ 0& 1 & 3\\ 0&1&3 \end {bmatrix}[/Tex]

R3 → R3 – R2

B = [Tex]\begin {bmatrix} 1 & 1.5& 2.5\\ 0& 1 & 3\\ 0&0&0 \end {bmatrix}[/Tex]

C2 → C2 – 1.5C1, C3 → C3 – 2.5C1

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

C3 → C3 – 3C2

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

The above matrix is normal form of matrix B i.e., B = [Tex]\begin {bmatrix} I_2 & 0 \\ 0& 0\\ \end {bmatrix}[/Tex]

So, the rank of matrix B = R(B) = 2

Read More,

Methods to Find Rank of a Matrix

To find the rank of a matrix find the highest order of the non-zero minor within the matrix. Rank of a matrix in the number that represents the number of non-zeros rows or columns in the matrix. If the rank of the matrix is r then the matrix contains at least one minor with order r and the minors with order greater than r is zero. The second method to find the rank of matrix is by converting it into Echelon form.

In this article we will discuss methods to find rank of a matrix in depth along with the rank definition, methods to find rank of a matrix i.e., by minors and by Echelon form. Also, we will discuss the properties of rank and solve some examples including both the methods. Let’s start our learning on the topic “Methods to Find Rank of a Matrix. “

Table of Content

  • What is Rank of a Matrix?
  • Methods to Find Rank of a Matrix
  • Examples
  • Practice Problems
  • FAQs

Similar Reads

What is Rank of a Matrix?

Rank of a matrix represents the number of equations that can be formed from the given matrix. Also, the rank of the matrix gives us the number of non-zero rows or columns and the rows or columns that are linearly independent....

Methods to Find Rank of a Matrix

The two methods to find the rank of the matrix are:...

Examples on Methods to Find Rank of a Matrix

Example 1: Find the rank of the matrix A = [Tex]\begin {bmatrix} 4 & 5\\ 0 & 2 \end {bmatrix}[/Tex] using minor method...

Practice Problems on Methods to Find Rank of a Matrix

Problem 1: Find the rank of the matrix A = [Tex]\begin {bmatrix} 10 & 5\\ 6 & 0 \end {bmatrix}[/Tex] using minor method....

FAQs on Methods to Find Rank of a Matrix

What is Rank of a Matrix?...