3.rank, Inverse and Normal Form of A Matrix
3.rank, Inverse and Normal Form of A Matrix
Matrices
Rank, Inverse and Normal form of a Matrix
Gauss-Jordan method of finding the inverse
Prepared by
Prof. Sunil
Department of Mathematics & Scientific Computing
NIT Hamirpur (HP)
Rank of a Matrix:
Definition: A matrix is said to be of rank r, when
(i) it has at least one non-zero minor of order r, and
(ii) every minor of order higher than r vanishes.
Briefly, the rank of a matrix is the largest order of any non-vanishing minor of the
matrix.
Another definition:
A number r is said to be the rank of a matrix A if it possesses the following
two properties:
1. There is atleast one square sub-matrix of A of order r, whose determinant
is not equal to zero,
2. If the matrix A contains any square sub-matrix of order (r +1), then the
determinant of every square sub-matrix of A of order (r +1) should be zero.
(iii) R i → R i + pR j for addition to the ith row, p times the jth row.
1 2 3
Sol.: Let A = 1 4 2 .
2 6 5
Matrices: Rank, Inverse, Normal form 3
Visit: https://www.sites.google.com/site/hub2education/
1 2 3
Operating R 2 → R 2 − R1 and R 3 → R 3 − 2R1 , we get A ∼ 0 2 −1 .
0 2 −1
1 2 3
Operating R 3 → R 3 − R 2 , we get A ∼ 0 2 −1 .
0 0 0
∴ ρ(A) = 2 .
Now since the rank of a matrix is the largest order of any non-vanishing minor of the
matrix
Hence, the rank of the given matrix is 2.
Elementary matrices:
Definition: An elementary matrix is that, which is obtained from a unit matrix, by
subjecting it to any of the elementary transformations.
1 0 0
Examples of elementary matrices obtained from I3 = 0 1 0
0 0 1
1 0 0 1 0 0 1 p 0
are R 23 = 0 0 1 = C 23 ; kR 2 = 0 k 0 ; R1 + pR 2 = 0 1 0 .
0 1 0 0 0 1 0 0 1
Theorem:
Statement: Every elementary row (column) transformations of a matrix A can be
obtained by pre-multiplying (post-multiplying) A by the corresponding elementary
matrix.
Matrices: Rank, Inverse, Normal form 4
Visit: https://www.sites.google.com/site/hub2education/
a1 b1 c1
Remarks: Consider the matrix A = a 2 b2 c 2 .
a 3 b3 c3
1 0 0 a1 b1 c1 a1 b1 c1
Then R 23 × A = 0 0 1 a 2 b2 c 2 = a 3 b3 c3 .
0 1 0 a 3 b3 c3 a 2 b2 c 2
So a pre-multiplication by R 23 has interchanged the 2nd and 3rd rows of A. Similarly pre-
R1 + pR2 will result in the addition of p times the 2nd row of A to its 1st row.
Thus the pre-multiplication of A by elementary matrices results in the
corresponding elementary row transformation of A.
Similarly, it can also be seen that post-multiplication will perform the elementary column
transformations.
1 1 2
Example: For the matrix A = 1 2 3 , find non-singular matrices P and Q such
0 − 1 − 1
1 0 0 1 0 0 1 − 1 − 2
1 1 1 = 0 1 0 A 0 1 0 .
0 − 1 − 1 0 0 1 0 0 1
1 0 0 1 0 0 1 − 1 − 2
Operating R 2 → R 2 − R1 , we get 0 1 1 = − 1 0 0 A 0 1
0 .
0 − 1 − 1 0 0 1 0 0 1
1 0 0 1 0 0 1 − 1 − 1
Operating C3 → C3 − C 2 , we get 0 1 0 = − 1 1 0 A 0 1 − 1 .
0 − 1 0 0 0 1 0 0 1
1 0 0 1 0 0 1 − 1 − 1
Operating R 2 → R 2 + R 2 , we get 0 1 0 = − 1 1 0 A 0 1 − 1 ,
0 0 0 1 1 1 0 0 1
I 0
which is the required normal form 2 .
0 0
1 0 0 1 − 1 − 1
Hence P = − 1 1 0 , Q = 0 1 − 1 and ρ( A ) = 2 . Ans.
1 1 1 0 0 1
Matrices: Rank, Inverse, Normal form 6
Visit: https://www.sites.google.com/site/hub2education/
For practical evaluation of A −1 , the two matrices A and I are written side by side and the
same row transformations are performed on both. As soon as A is reduced to I, the other
matrix represents A −1 .
Example: Using the Gauss-Jordan method, find the inverse of the matrix
1 1 3
1 3 − 3 .
− 2 − 4 − 4
Sol.: Writing the same matrix side by side with the unit matrix of order 3, we have
1 1 3 : 1 0 0
1 3 − 3 : 0 1 0 .
− 2 − 4 − 4 : 0 0 1
1 1 3 : 1 0 0
Operating R 2 → R 2 − R1 and R 3 → R 3 + 2R1 , we get ~ 0 2 − 6 : − 1 1 0 .
0 − 2 2 : 2 0 1
1 1 3 : 1 0 0
1 1 1 1
Operate R 2 → R 2 and R 3 → R 3 , we get ~ 0 1 − 3 : − 0 .
2 2 0 − 1 1 : 2 2
1
1 0
2
3 1
− 0
2 2
1 0 6 :
1 1
Operating R1 → R1 − R 2 and R 3 → R 3 + R 2 , we get ~ 0 1 −3 : − 0
2 2
0 0 −2 : 1 1 1
2 2 2
.
3 1
Operate R1 → R1 + 3R 3 , R 2 → R 2 − R 3 and R 3 → − R 3 , we get
2 2
Matrices: Rank, Inverse, Normal form 8
Visit: https://www.sites.google.com/site/hub2education/
3
1 0 0 : 3 1
2
5 1 3
~ 0 1 0 : − − − .
4 4 4
0 0 1 : 1 1 1
− − −
4 4 4
3
3 1
2
5 1 3
Hence, the inverse of the given matrix is − − − . Ans.
4 4 4
− 1 1 1
4 − 4 − 4
B = Ek Ek −1..............E2E1A ⇒ B = PA ,
where P = Ek E k −1..............E2E1 is a non-singular matrix of the type m× m .
where the matrix A has been expressed as a matrix of its row sub-matrices
R1, R 2 ,............, R m .
From the product of the matrices on R. H. S. of (i) we observe that the rows of the matrix
B are
p11R1 + p12R 2 + .........+ p1mR m ,
Matrices: Rank, Inverse, Normal form 9
Visit: https://www.sites.google.com/site/hub2education/
p 21R1 + p 22 R 2 + ......... + p 2 m R m ,
...................................................
...................................................
pm1R1 + pm2R 2 + .........+ pmmR m .
Thus, we see that the rows of B are all linear combinations of the rows
R1, R 2 ,............, R m of A.
Therefore, every member of the row space of B is also a member of the row space of A.
Similarly, by writing A = P−1B and giving the same reasoning we can prove that every
member of the row space of A is also a member of the row space of B.
Therefore the row space of A and B are identical.
Thus we see that elementary row operations do not alter the row space of a matrix
remains invariant under E-rows transformations.
Note: From the above theorem we also conclude that pre-multiplication by a non-singular
matrix does not alter the row rank of a matrix.
0 1 − 3 − 1
1 0 1 1
Q.No.2.: Determine the rank of the following matrices:
3 1 0 2
1 1 −2 0
0 1 − 3 − 1
1 0 1 1
Sol.: Let A = .
3 1 0 2
1 1 −2 0
0 1 − 3 − 1
1 0 0 0
Operating C3 → C3 − C1, C4 → C 4 − C1 , we get A = .
3 1 − 3 − 1
1 1 − 3 − 1
0 1 − 3 − 1
1 0 0 0
Operating R 3 → R 3 − R1, R 4 → R 4 − R1 , we get A = .
3 0 0 0
1 0 0 0
Matrices: Rank, Inverse, Normal form 10
Visit: https://www.sites.google.com/site/hub2education/
0 1 − 3 − 1
1 0 0 0
Operating R 3 → R 3 − 3R 2 , R 4 → R 4 − R 2 , we get A = .
0 0 0 0
0 0 0 0
0 1 0 0
1 0 0 0
Operating C3 → C3 + 3C2 , C 4 → C4 + C 2 , we get A = .
0 0 0 0
0 0 0 0
Obviously, the 4th order minor of A is zero. Also every third order minor of A is zero.
0 1
But, of all the 2nd order minors, only = −1 ≠ 0 . ∴ ρ( A ) = 2 .
1 0
Hence, the rank of the given matrix is 2.
3 − 1 2
Q.No.3: Determine the rank of the matrix − 6 2 4 .
− 3 1 2
3 − 1 2
Sol.: Let A = − 6 2 4 .
− 3 1 2
3 − 1 2
1
Operating R 3 → 2R 3 − R 2 , R 2 → − R 2 , we get A = 3 − 1 − 2 .
2
0 0 0
3 − 1 2
Operating R 2 + 2R1 , we get A = 0 0 8 .
0 0 4
3 − 1 2
Operating R 2 → R 2 − R1 , we get A = 0 0 8 .
0 0 0
∴ ρ( A ) = 2
2 − 1 3 1 1 3 4 3
Q.No.4: Determine the rank of the matrix (i) 1 4 − 2 1 , (ii) 3 9 12 3 .
5 2 4 3 1 3 4 1
2 − 1 3 1
Sol.: (i) Let A = 1 4 − 2 1 .
5 2 4 3
1 − 1 3 1
Operating C1 → C1 − C4 , we get A = 0 4 − 2 1 .
2 2 4 3
1 − 1 3 1
Operating R 3 → R 3 − 2R1 , we get A = 0 4 − 2 1
0 4 − 2 1
1 − 1 3 1
Operating R 3 → R 3 − R 2 , we get A = 0 4 − 2 1 .
0 0 0 0
1 −1 3 −1 3 1
Now since all 3× 3 matrices are singular ∵ 0 4 − 2 = 0 and 4 −2 1 = 0.
0 0 0 0 0 0
−1 3
Now ∵ ≠ 0 . Hence, the rank of the given matrix is 2.
4 −2
1 3 4 3
(ii). Let A = 3 9 12 3 .
1 3 4 1
1 3 4 3
Operating R 3 → 3R 3 − R 2 , R 2 → R 2 , we get A = 1 3 4 1 .
1
3
0 0 0 0
1 3 4 3
Operating R 2 → R 2 − R1 , we get A = 0 0 0 − 2 .
0 0 0 0
1 2 3 0
2 4 3 2
Q.No.5: Determine the rank of the matrix .
3 2 1 3
6 8 7 5
1 2 3 0
2 4 3 2
Sol.: Let A = .
3 2 1 3
6 8 7 5
Operating R 2 → R 2 − 2R 1 , R 3 → R 3 − 3R 1 , R 4 → R 4 − 6R 1 , we get
1 2 3 0
0 0 − 3 2
A= .
0 − 4 − 8 3
0 − 4 − 11 5
1 2 3 0
0 0 − 3 2
Operating R 4 → R 4 − R 3 , we get A = .
0 − 4 − 8 3
0 0 − 3 2
1 2 3 0
0 0 − 3 2
Operating R 4 → R 4 − R 2 , we get A = .
0 − 4 − 8 3
0 0 0 0
2 3 0
As 4 × 4 matrix is singular. But 3× 3 matrix like 0 − 3 2 is non-singular.
− 4 −8 3
2 3 − 1 − 1
1 − 1 − 2 − 4
Sol.: Let A = .
3 1 3 − 2
6 3 0 − 7
2 3 − 1 − 1
1 − 1 − 2 − 4
Operating R 4 → R 4 − 3R1 , R 3 → R 3 − 3R 2 , we get A = ,
0 4 9 10
0 − 6 3 − 4
2 3 − 1 − 1
0 − 5 − 3 − 7
Operating R 2 = 2R 2 − R1 , we get A = .
0 4 9 10
0 − 6 3 4
2 3 − 1 0
0 − 5 − 3 − 10
Operating C 4 → C 4 + C3 , we get A = .
0 4 9 19
0 6 3 −1
2 3 − 1 − 1
0 − 11 − 3 − 7
Operating C2 → C 2 − 6C4 , C3 → C3 + 3C 4 , we get A = .
0 22 9 10
0 0 3 − 4
2 3 − 1 − 1
0 − 11 − 3 − 7
Operating R 3 → R 3 + 2R 2 , we get A = .
0 0 3 − 4
0 0 3 − 4
2 3 − 1 − 1
0 − 11 − 3 − 7
Operating R 4 → R 4 − R 3 , we get A = .
0 0 3 − 4
0 0 0 0
5 6 7 8
6 7 8 9
Q.No.7: Determine the rank of the matrix .
11 12 13 14
16 17 18 19
5 6 7 8
6 7 8 9
Sol.: Let A = .
11 12 13 14
16 17 18 19
5 6 7 8
6 6 8 9
Operating R 3 → R 3 − R1, R 4 → R 4 − R 2 , we get A = .
6 6 6 6
10 10 10 10
5 6 7 8
1 1 1 1
Operating R 2 → R 2 − R1 , we get A = .
6 6 6 6
10 10 10 10
3 2 1 8
0 0 0 1
Operating C1 → C1 − C 4 , C 2 → C 2 − C 4 , C3 → C3 − C 4 , we get A = .
0 0 0 6
0 0 0 10
3 2 1 8
0 0 0 1
Operating R 4 → R 4 − 10R 2 , R 3 → R 3 − 6R 2 , we get A = .
0 0 0 0
0 0 0 0
Hence the rank of the given matrix is 2. Ans.
Q.No.8.: Find the rank of matrix
2 3 − 1 − 1
2 3 4 − 1 1 − 1 − 2 − 4
1 2 3 4 .
(i). (ii). 5 2 0 − 1 (iii). 3 1
− 2 0 5 7 3 − 2
− 4 5 12 − 1
6 3 0 − 7
1 2 3 4
Sol.: (i). Here A = is a 2 × 4 matrix.
− 2 0 5 7
Matrices: Rank, Inverse, Normal form 15
Visit: https://www.sites.google.com/site/hub2education/
2 3 4 − 1
(ii). Here A = 5 2 0 − 1 is a 3× 4 matrix.
− 4 5 12 − 1
∴ ρ(A) ≤ 3 .
− 1 3 4 2
Operating C14 , we get A = − 1 2 0 5
− 1 5 12 − 5
− 1 3 4 2
Operating R 2 − R 1 , R 3 − R 1 , we get A = 0 − 1 − 4 3
0 2 8 − 6
− 1 0 − 8 11
Operating R 1 + 3R 2 , R 3 + 2R 2 , we get A = 0 − 1 − 4 3 .
0 0 0 − 0
All the first order minors are zero but the second order minor
−1 0
=1≠ 0. ∴ρ(A) = 2 .
0 −1
2 3 − 1 − 1
1 − 1 − 2 − 4
(iii). Here A = is a 4 × 4 matrix. ∴ρ(A) ≤ 4
3 1 3 − 2
6 3 0 − 7
1 − 1 − 2 − 4
2 3 − 1 − 1
Operating R12, we get A = .
3 1 3 − 2
6 3 0 − 7
Matrices: Rank, Inverse, Normal form 16
Visit: https://www.sites.google.com/site/hub2education/
1 0 0 0
2 5 3 7
Operating C 2 + C1 , C 3 + 2C1 , C 4 + 4C1 , , we get A = .
3 4 9 10
6 9 12 17
1 0 0 0
0 5 3 7
Operating R 2 − 2R 1 , R 3 − 3R 1 , R 4 − 6R 1 , we get A = .
0 4 910
0 9 12 17
1 0 0 0
0 1 − 6 − 3
Operating R 2 − R 3 , R 4 − 2R 3 , we get A = .
0 4 9 10
0 1 − 6 − 3
1 0 0 0
0 1 0 0
Operating C 3 + 6C 2 , C 4 + 3C 2 , we get A = .
0 4 33 22
0 1 0 0
1 0 0 0
0 1 0 0
Operating R 3 − 4R 2 , R 4 − R 2 , we get A = .
0 0 33 22
0 0 0 0
1 0 0 0
0 1 0 0
1
Operating C 3 , we get A = .
33 0 0 1 22
0 0 0 0
1 0 0 : 0
0 1 0 : 0
3
I : O 3×2
Operating C 4 − 22C 3 , we get A = 0 0 1 : 0 = .... .... .... .
.... .... .... : .... O1×3 : O1×1
0 0 0 : 0
∴ ρ(A) = 3 .
Matrices: Rank, Inverse, Normal form 17
Visit: https://www.sites.google.com/site/hub2education/
2 1 − 1
Sol.: (i). Given matrix is 0 2 1 .
5 2 − 3
Writing the same matrix side by side with the unit matrix of order 3., we have
2 1 − 1 : 1 0 0
0 2 1 : 0 1 0 .
5 2 − 3 : 0 0 1
2 1 − 1 : 1 0 0
Operating R 3 → 2R 3 − 5R1 , we get 0 2 1 : 0 1 0 .
0 − 1 − 1 : − 5 0 2
2 1 − 1: 1 0 0
Operating R 3 → 2R 3 − R 2 , we get 0 2 1 : 0 1 0 .
0 0 − 1: − 10 1 4
2 1 0 : 11 − 1 − 4
Operating R 2 → R 2 + R 3 , R1 → R1 − R 3 , we get 0 2 0 : − 10 2 4 .
0 0 − 1 : − 10 1 4
1
Operating R1 → 2R1 − R 2 , R 2 → R 2 , R 3 → (− 1)R 3 , we get
2
4 0 0 : 32 − 4 − 12
0 1 0 : − 5 1 2 .
0 0 1 : 10 − 1 − 4
1 0 0 : 8 − 1 − 3
Operating R1 → R1 , we get 0 1 0 : − 5 1 2 .
1
4
0 0 1 : 10 − 1 − 4
Matrices: Rank, Inverse, Normal form 18
Visit: https://www.sites.google.com/site/hub2education/
8 − 1 − 3
Hence, the inverse of the given matrix is − 5 1 2 . Ans.
10 − 1 − 4
8 4 3
(ii). Given 2 1 1 .
1 2 1
Writing the same matrix side by side with the unit matrix of order 3., we have
8 4 3 : 1 0 0
2 1 1 : 0 1 0 .
1 2 1 : 0 0 1
8 4 3 : 1 0 0
Operating R 3 → 2R 3 − R 2 , R 2 → 4R 2 − R1 , we get 0 0 1 : − 1 4 0 .
0 3 1 : 0 − 1 2
8 4 3 : 1 0 0
Operating R 2 → R 2 − R 3 , we get 0 − 3 0 : − 1 5 − 2 .
0 3 1 : 0 − 1 2
8 4 3 : 1 0 0
1 1 5 2
Operating R 3 → R 3 + R 2 , R 2 → − R 2 , we get 0 1 0 : − .
3 0 0 1 : −31 43 3
0
8 4 0 : 4 - 12 0
1 5 2
Operating R1 → R1 − 3R 3 , we get 0 1 0 : − .
0 0 1 : −31 43 3
0
8 16 8
8 0 0 : 3 − −
3 3
1 5 2
Operating R1 → R1 − 4R 2 , we get 0 1 0 : − .
3 3 3
0 0 1 : − 1 4 0
Matrices: Rank, Inverse, Normal form 19
Visit: https://www.sites.google.com/site/hub2education/
1 2 1
1 0 0 : 3 − 3 − 3
1 1 5 2
Operating R1 → R1 , we get 0 1 0 : −
8 3 3 3
0 0 1 : − 1 4 0
1 2 1
3 −3 −
3
1 5 2
Hence the inverse of given matrix is − .
3 3 3
− 1 4 0
1 − 2 − 1
= 1 − 5 2 . Ans.
−1 1
∴A
9
− 1 4 0
2 1 2
(iii). Let A = 2 2 1 .
1 2 2
1 2 2 0 0 1
Operating R 3 → R 3 − R1 , we get 2 2 1 = 0 1 0 A .
2 1 2 1 0 0
1 2 2 0 0 1
Operating R 3 → R 3 − R 2 , R 2 → R 2 − 2R1 , we get 0 − 2 − 3 = 0 1 − 2 A .
0 − 1 1 1 − 1 0
1 0 − 1 0 1 − 1
Operating R1 → R1 + R 2 , R 3 → 2R 3 − R 2 , we get 0 − 2 − 3 = 0 1 − 2 A .
0 0 5 2 − 3 − 2
Matrices: Rank, Inverse, Normal form 20
Visit: https://www.sites.google.com/site/hub2education/
1 0 − 1 0 1 − 1
1
Operating R 3 → R 3 , we get 0 − 2 − 3 = 0 1 − 2 A .
5 2 3 2
0 0 1 −
5 5 5
2 2 3
−
1 0 0 5 5 5
0 − 2 0 = 6 − 4 − 4 A
Operating R1 → R1 + R 3 , R 2 → R 2 + 3R 3 , we get, 5 .
5 5
0 0 1 2 3 2
5 − 5 5
2 2 3
−
1 0 0 5 5 5
R2 0 1 0 = − 3 2 − 2 A
Operating R 2 → − , we get, 5 5 ⇒ I = A −1A .
2 5
0 0 1 2 3 2
5 − 5 5
2 2 3
5 −
5 5
3 2 2
∴ A = −
−1
− . Ans.
5 5 5
2 3 2
5 − 5 5
1 1 2
(iv). Let A = 1 2 3 .
2 3 1
1 1 2 1 0 0
According to Gauss-Jordan method, we have A = IA ⇒ 1 2 3 = 0 1 0 A .
2 3 1 0 0 1
1 1 2 1 0 0
Operating R 2 → R 2 + R1 , we get 0 − 1 − 1 = 0 − 1 0 A .
2 3 1 0 0 1
1 1 2 1 0 0
Operating R 3 → −2R1 − R 3 , we get 0 − 1 − 1 = 0 − 1 0 A .
0 − 1 3 2 0 − 1
Matrices: Rank, Inverse, Normal form 21
Visit: https://www.sites.google.com/site/hub2education/
1 1 2 1 0 0
Operating R 3 → − R 3 + R 2 , we get 0 − 1 − 1 = 0 − 1 0 A .
0 0 − 4 − 2 − 1 1
1 1 2 1 0 0
Operating R 2 → −R 2 , we get 0 1 1 = 0 1 0 A .
0 0 − 4 − 2 − 1 1
1 1 2 1 0 0
R
Operating R 3 → 3 , we get 0 1 1 = 0 1 0 A .
−4 1 1 1
0 0 1 −
2 4 4
1 0 1 1 −1 0
Operating R1 → R1 − R 2 , we get, 0 1 1 = 0 1 0 A .
1 1 1
0 0 1 −
2 4 4
1 5 1
1 0 0 −
2 4 4
Operating R1 → R1 − R 3 , we get, 0 1 1 = 0 1 0 A .
1 1 1
0 0 1 −
2 4 4
1 5 1
−
1 0 0 2 4 4
1 3 1
Operating R 2 → R 2 − R 3 , we get, 0 1 0 = − A .
2 4 4
0 0 1 1 1 1
2 −
4 4
1 5 1
2 −
4 4
1 3 1
A −1 = − . Ans.
2 4 4
1 1
−
1
2 4 4
0 1 2
Q.No.2.: Find the inverse of A = 1 2 3 by elementary row operations.
3 1 1
Sol.: Writing the given matrix side by side with unit matrix I3, we get
Matrices: Rank, Inverse, Normal form 22
Visit: https://www.sites.google.com/site/hub2education/
0 1 2 : 1 0 0
[A : I 3 ] = 1 2 3 : 0 1 0
3 1 1 : 0 0 1
1 2 3 : 0 1 0
Operating R12 , we get = 0 1 2 : 1 0 0
3 1 1 : 1 0 1
1 2 3 : 0 1 0
Operating R 3 − 3R 1 , we get = 0 1 2 : 1 0 0
0 − 5 − 8 : 0 − 3 1
1 0 − 1 : − 2 1 0
Operating R 1 − 2R 2 , R 3 + 5R 2 , we get = 0 1 2 : 1 0 0
0 0 2 : 5 − 3 1
1 1 0 − 1 : − 2 1 0
Operating R 3 , we get = 0 1 2 : 1 0 0
2 5 3 1
0 0 1 : −
2 2 2
1 1 1
1 0 0 : 2 − 2 2
Operating R 1 + R 2 , R 2 − 2R 3 , we get = 0 1 0 : − 4 3
5 3 1
[
− 1 = I 3 : A −1 ]
0 0 1 : −
2 2 2
1 1 1
2 −2 −
2
∴ A −1 = − 4 3 −1 .
5 3 1
−
2 2 2
such that PAQ = I, where I is the unit matrix and verify that A−1 = QP .
Matrices: Rank, Inverse, Normal form 23
Visit: https://www.sites.google.com/site/hub2education/
3 − 3 4
Sol.: Here A = 2 − 3 4 .
0 − 1 1
A 21 = −1, A 22 = 3, A 23 = 3 ,
1 −1 0
∴ Adj . A = − 2 3 − 4 .
− 2 3 − 3
3 −3 4
Now A = 2 − 3 4 = 3(− 3 + 4 ) − 2(− 3 + 4 ) = 3 − 2 = 1 .
0 −1 1
1 −1 0
Adj. A
∴A −1
= = − 2 3 − 4 . Ans.
A
− 2 3 − 3
Part II: Since A= PAQ, where P and Q are two non-singular unit matrices of order 3
each.
3 − 3 4 1 0 0 1 0 0
⇒ 2 − 3 4 = 0 1 0 A 0 1 0 .
0 − 1 1 0 0 1 0 0 1
1 0 0 1 − 1 0 1 0 0
Operating R1 → R1 − R 2 , we get 2 − 3 4 = 0 1 0 A 0 1 0 .
0 − 1 1 0 0 1 0 0 1
1 0 0 1 − 1 0 1 0 0
Operating C2 → C2 + C3 , we get 2 1 4 = 0 1 0 A 0 1 0 .
0 0 1 0 0 1 0 1 1
1 0 0 1 − 1 0 1 0 0
Operating R 2 → R 2 − 2R1 , we get 0 1 4 = − 2 3 0 A 0 1 0 .
0 0 1 0 0 1 0 1 1
Matrices: Rank, Inverse, Normal form 24
Visit: https://www.sites.google.com/site/hub2education/
1 0 0 1 − 1 0 1 0 0
Operating C3 → C3 − 4C2 , we get 0 1 0 = − 2 3 0 A 0 1 − 4 .
0 0 1 0 0 1 0 1 − 3
1 − 1 0 1 0 0
⇒ I = PAQ , where P = − 2 3 0 and Q = 0 1 − 4 .
0 0 1 0 1 − 3
1 0 0 1 − 1 0 1 − 1 0
Now RHS = QP = 0 1 − 4 − 2 3 0 = − 2 3 − 4 .
0 1 − 3 0 0 1 − 2 3 − 3
1 −1 0
Now LHS = A −1 = − 2 3 − 4 .
− 2 3 − 3
∴ L.H.S. = R.H.S .
Hence A−1 = QP .
Q.No.2.: Reduce the following matrices to the normal form and hence find their ranks.
1 0 2 1
8 1 3 6 0 1 −2 1
(i) 0 3 2 2 , (ii) .
1 −1 4 0
− 8 − 1 − 3 4
− 2 2 8 0
8 1 3 6
Sol.: (i). Let A = 0 3 2 2 .
− 8 − 1 − 3 4
1 3 6
Operating C2 → C2 − C1 , C3 → C3 − C1 , C4 → C4 − C1 , we get
8 8 8
8 0 0 0
A = 0 3 2 2 .
− 8 0 0 10
1 0 0 0
Operating R1 → R1 , R 3 → R 3 + R1 , we get A = 0 3 2 2 .
1
8
0 0 0 10
Matrices: Rank, Inverse, Normal form 25
Visit: https://www.sites.google.com/site/hub2education/
1 0 0 0
Operating R 3 → R 3 , we get A = 0 3 2 2 .
1
10
0 0 0 1
1 0 0 0
Operating C4 → C4 − C2 , C3 → C3 − C3 , we get A = 0 3 0 0 .
2 2
3 3
0 0 0 1
1 0 0 0
Operating R 2 → R 2 , we get A = 0 1 0 0 .
1
3
0 0 0 1
1 0 0 0
Operating C3 ↔ C4 , we get A = 0 1 0 0 ,
0 0 1 0
1 0 0 0
0 1 − 2 1
Operating C4 → C3 − 2C1 , C4 → C4 − C1 , we get A = .
1 − 1 2 − 1
− 2 2 12 − 2
1 0 0 0
0 1 − 2 1
Operating R 3 → R 3 − R1 , R 4 → R 4 + 2R1 , we get A = .
0 − 1 2 − 1
0 2 12 − 2
1 0 0 0
0 1 0 0
Operating C3 → C3 + 2C2 , C4 → C4 − C2 , we get A = .
0 − 1 0 0
0 2 16 − 4
Matrices: Rank, Inverse, Normal form 26
Visit: https://www.sites.google.com/site/hub2education/
1 0 0 0
0 1 0 0
Operating R 3 → R 3 + R 2 , R 4 → R 4 − 2R 2 , we get A = .
0 0 0 0
0 0 16 − 4
1 0 0 0
0 1 0 0
4
Operating C4 → C4 + C3 , we get A = .
16 0 0 0 0
0 0 16 0
1 0 0 0
0 1 0 0
1
Operating R 4 → R 4 + R 4 , we get A = .
16 0 0 0 0
0 0 1 0
1 0 0 0
0 1 0 0
Operating R 3 ↔ R 4 , we get A = ,
0 0 1 0
0 0 0 0
I O
which is the required normal form 3 .
O O
Hence, the rank of the matrix A is 3. Ans.
Q.No.3.: Find non-singular matrices P and Q such that PAQ is in the normal form for
the matrices:
1 − 1 − 1 1 2 3 − 2
(i) 1 1 1 , (ii) 2 − 2 1 3 .
3 1 1 3 0 4 1
1 − 1 − 1
Sol.: (i) Let A = 1 1 1 .
3 1 1
1 − 1 − 1 1 0 0 1 0 0
Since we know that A = I . A . I ⇒ 1 1 1 = 0 1 0 A 0 1 0 .
3 1 1 0 0 1 0 0 1
Matrices: Rank, Inverse, Normal form 27
Visit: https://www.sites.google.com/site/hub2education/
1 0 0 1 0 0 1 1 1
Operating C2 → C2 + C1, C3 → C3 + C1 , we get 1 2 2 = 0 1 0 A 0 1 0 .
3 4 4 0 0 1 0 0 1
1 0 0 1 0 0 1 1 1
0 2 2 = − 1 1 0 A 0 1 0 .
0 4 4 − 3 0 1 0 0 1
1 0 0 1 0 0 1 1 1
Operating R 3 → R 3 − 2R 2 , we get 0 2 2 = − 1 1 0 A 0 1 0 .
0 0 0 − 1 − 2 1 0 0 1
1 0 0 1 0 0 1 1 1
1
, we get 0 1 1 = − 0 A 0 1 0 .
R2 1
Operating R 2 →
2 2 2
0 0 0 − 1 − 2 1 0 0 1
1 0 0 1 0 0 1 1 0
1
Operating C3 → C3 − C2 , we get 0 1 0 = − 0 A 0 1 − 1 .
1
2 2
0 0 0 − 1 − 2 1 0 0 1
1 0 0 1 1 0
I 0 1 1 0 1 − 1 . Ans.
∴ PAQ = 2 , where P = − 0 and Q =
0 0 − 12 −22 1 0 0 1
Also rank of the matrix A is 2.
1 2 3 − 2
(ii). Let A = 2 − 2 1 3 .
3 0 4 1
Since we know that A = I3 A I 4 , where I3 and I 4 are the unit matrix of order 3 and 4
respectively.
1 0 0 0
1 2 3 − 2 1 0 0
0 1 0 0
⇒ 2 − 2 1 3 = 0 1 0 A .
0 0 1 0
3 0 4 1 0 0 1
0 0 0 1
1 − 2 − 3 2
1 2 0 0 1 0 0
2 − 6 − 5 7 = 0 1 0 A 0 1 0 0
0 0 .
1 0
1 − 6 − 5 7 0 0 1
0 0 0 1
1 − 2 − 3 2
1 0 0 0 1 0 0
0 1 0 0
Operating R 3 → R 3 − R 2 , we get 2 − 6 − 5 7 = 0 1 0 A .
0 0 1 0
1 0 0 0 0 − 1 1
0 0 0 1
1 1 1
Operating C2 → − C2 , C3 → − C3 , C4 → C4 , we get
6 5 7
1 3 2
1 3 5 7
1 0 0 0 1 0 0 0 − 1 0 0
2 1 1 1 = 0 1 0 A 6 .
1
1 0 0 0 0 − 1 1 0 0 − 0
5
1
0 0 0
7
Operating C 4 → C 4 − C 2 , C3 → C3 − C 2 , we get
1 4 1
1 3 15
−
21
1
1 0 0 0 1 0 0 0 − 1 1
2 1 0 0 = 0 1 0 A 6 6 6 .
1
1 0 0 0 0 − 1 1 0 0 − 0
5
1
0 0 0
7
Operating R 2 → R 2 − 2R 3 , R 3 → R 3 − R1 we get
1 4 1
1 3 15
−
21
1
1 0 0 0 1 0 0 0 − 1 1
0 1 0 0 = 0 3 − 2 A 6 6 6 .
1
0 0 0 0 − 1 − 1 1 0 0 − 0
5
1
0 0 0
7
Matrices: Rank, Inverse, Normal form 29
Visit: https://www.sites.google.com/site/hub2education/
1 4 1
1 3 15
−
21
1 1 1
1 0 0 0 −
I O
⇒2 = PAQ , where P = 0 3 − 2 and Q = 6 6 6 . Ans.
O O 1
− 1 − 1 1 0 0 − 0
5
1
0 0 0
7
Also rank of the matrix A is 2.
Home Assignments:
Q.No.1.: Find the rank of matrix
1 2 3 1 3 4 5
2 − 1 0 5
(i). (ii). 2 4 7 (iii). 1 2 6 7 .
0 3 1 4 3 6 10 1 5 0 10
3 −1 1
Ans.: 15 6 − 5 .
5 − 2 2
Q.No.4.: Reduce the matrices to normal form and hence find its rank
2 1 − 3 − 6
A = 3 − 3 1 2 .
1 1 1 2
Matrices: Rank, Inverse, Normal form 30
Visit: https://www.sites.google.com/site/hub2education/
Ans.: 3.
6 1 3 8
4 2 6 − 1
Q.No.5.: Determine the rank of the matrix A = by reducing it to the
10 3 9 7
16 4 12 15
normal form.
Ans.: 2.