MCA Unit I-Rank_PPT
MCA Unit I-Rank_PPT
Definition:
Note:
2. Rank of a matrix does not alter by interchanging any two rows of the matrix.
Examples:
1 0
𝐴= , Here Rank = 1
0 0
1 0
𝐴= , Here Rank = 2
0 1
1 1
𝐴= , Here Rank = 1
0 0
Problems:
1. Find the rank of the matrix A using elementary row operation where
1 2 0 1
𝐴= 3 4 1 2
−2 3 2 5
Solution:
1 2 0 1
Given 𝐴 = 3 4 1 2
−2 3 2 5
1 2 0 1
⟹ 𝐴 ~ 0 −2 1 −1 , 𝑅2 → 𝑅2 − 3𝑅1 , 𝑅3 → 𝑅3 + 2𝑅1
0 7 2 7
1 2 0 1
⟹ 𝐴~ 0 −2 1 −1 , 𝑅3 → 2𝑅3 + 7𝑅2
0 0 11 7
1 2 0 1
1 1
⟹ 𝐴~ 0 1 − 1Τ2 1Τ2 , 𝑅2 → − 𝑅2
2
, 𝑅3 →
11
𝑅3
0 0 1 7Τ11
⟹ 𝜌 𝐴 =3
Problems:
2. Find the rank of the matrix A using elementary row operation where
1 0 2
𝐴= 0 1 −2
1 −1 4
2 2 8
Solution:
1 0 2
Given 𝐴 = 0 1 −2
1 −1 4
2 2 8
1 0 2
⟹ 𝐴 ~ 0 1 −2 , 𝑅3 → 𝑅3 − 𝑅1 , 𝑅4 → 𝑅4 − 2𝑅1
0 −1 2
0 2 4
1 0 2
⟹ 𝐴~ 0 1 −2 , 𝑅3 → 𝑅3 + 𝑅2 , 𝑅4 → 𝑅4 − 2𝑅2
0 0 0
0 0 8
1 0 2
⟹ 𝐴~ 0 1 −2 , 𝑅 ⟷ 𝑅
3 4
0 0 8
0 0 0
⟹ 𝜌 𝐴 =3
Problems:
3. Find the rank of the matrix A using elementary row operation where
0 1 2
𝐴= 1 2 3
3 2 1
Solution:
0 1 2
Given 𝐴 = 1 2 3
3 2 1
1 2 3
⟹ 𝐴~ 0 1 2 , 𝑅1 ⟷ 𝑅2
3 2 1
1 2 3
⟹ 𝐴~ 0 1 2 , 𝑅3 → 𝑅3 − 3𝑅1
0 −4 −8
1 2 3
1
⟹ 𝐴~ 0 1 2 , 𝑅3 → − 𝑅3
4
0 1 2
1 2 3
⟹ 𝐴~ 0 1 2 , 𝑅3 → 𝑅3 − 𝑅2
0 0 0
⟹ 𝜌 𝐴 =2
Problems:
1 −2 3 1
4. Determine the value of 𝑘 if the rank of 2 3 1 1 is 2
4 −1 7 3
5 4 5 𝑘
Solution:
1 −2 3 1
Let 𝐴 = 2 3 1 1
4 −1 7 3
5 4 5 𝑘
1 −2 3 1
⟹ 𝐴 ~ 0 7 −5 −1 , 𝑅2 → 𝑅2 − 2𝑅1 , 𝑅3 → 𝑅3 − 4𝑅1 , 𝑅4 → 𝑅4 − 5𝑅1
0 7 −5 −1
0 14 −10 𝑘 − 5
1 −2 3 1
⟹ 𝐴~ 0 7 −5 −1 , 𝑅3 → 𝑅3 − 𝑅2 , 𝑅4 → 𝑅4 − 2𝑅2
0 0 0 0
0 0 0 𝑘−3
For rank to be 2, all the third and fourth row elements should be zeros. Then
𝑘−3=0
⟹ 𝑘=3
Problems:
5. Find the value of 𝑎 in order that the rank of the matrix is 3 where
1 1 −1 0
A= 4 4 −3 1
𝑎 2 2 2
9 9 𝑎 3
Solution:
1 1 −1 0
Given 𝐴 = 4 4 − 3 1
𝑎 2 2 2
9 9 𝑎 3
1 1 −1 0
⟹ 𝐴~ 0 0 1 1 , 𝑅2 → 𝑅2 − 4𝑅1 , 𝑅3 → 𝑅3 − 𝑎𝑅1 , 𝑅4 → 𝑅4 − 9𝑅1
0 2−𝑎 2+𝑎 2
0 0 𝑎+9 3
1 1 −1 0
⟹ 𝐴~ 0 2−𝑎 2+𝑎 2 , 𝑅 ⟷𝑅
2 3
0 0 1 1
0 0 𝑎+9 3
1 1 −1 0
⟹ 𝐴~ 0 2−𝑎 2+𝑎 2 , 𝑅4 → 𝑅4 − (𝑎 + 9)𝑅2
0 0 1 1
0 0 0 −𝑎−6
For rank to be 3, all the fourth row elements should be zeros. Then
−a − 6 = 0
⟹ 𝑎 = −6