Matrices: 8.2.1 Definition
Matrices: 8.2.1 Definition
Matrices: 8.2.1 Definition
Matrices 347
8.2.1 Definition .
A rectangular arrangement of numbers (which may be real or complex numbers) in rows
and columns, is called a matrix. This arrangement is enclosed by small ( ) or big [ ] brackets.
The numbers are called the elements of the matrix or entries in the matrix. A matrix is
represented by capital letters A, B, C etc. and its elements by small letters a,b,c,x,y etc. The
following are some examples of matrices:
a
1 4 2 i 3 2
A , B 1 , C [1, 4 , 9] , D g , E [l]
2 3 3 i 5 h
8.2.2 Order of a Matrix.
A matrix having m rows and n columns is called a matrix of order m×n or simply m×n
matrix (read as 'an m by n matrix). A matrix A of order m×n is usually written in the following
manner
a11 a12 a13 ...a1 j ...a1n
a
21 a 22 a 23 ...a 2 j ...a 2 n
..... ..... ..... ..... ..... i 1, 2,..... m
A or A [a ij ]m n , where
a i1 a i2 a i3 ...a ij ...a in j 1, 2,..... n
..... ..... ..... ..... .....
a m 1 a m 2 a m 3 ...a mj ...a mn
Here aij denotes the element of ith row and jth column. Example : order of matrix
3 1 5
6 2 7 is 2×3
Note : A matrix of order m×n contains mn elements. Every row of such a matrix
contains n elements and every column contains m elements.
8.2.3 Equality of Matrices .
Two matrix A and B are said to be equal matrix if they are of same order and their
1 6 3 a a 2 a 3
corresponding elements are equal Example: If A and B 1 are equal
5 2 1 b1 b 2 b 3
matrices.
Then a1 1, a 2 6, a 3 3, b1 5, b 2 2, b 3 1
8.2.4 Types of Matrices.
(1) Row matrix : A matrix is said to be a row matrix or row vector if it has only one row and
any number of columns. Example : [5 0 3] is a row matrix of order 1× 3 and [2] is a row
matrix of order 1×1.
348 Matrices
(2) Column matrix : A matrix is said to be a column matrix or column vector if it has only
2
one column and any number of rows. Example : 3 is a column matrix of order 3×1 and [2] is a
6
column matrix of order 1×1. Observe that [2] is both a row matrix as well as a column matrix.
(3) Singleton matrix : If in a matrix there is only one element then it is called singleton
matrix.
Thus, A [aij]m n is a singleton matrix if m n 1 Example : [2], [3], [a], [–3] are singleton
matrices.
(4) Null or zero matrix : If in a matrix all the elements are zero then it is called a zero matrix
and it is generally denoted by O. Thus A [aij ]mn is a zero matrix if aij 0 for all i and j.
0 0 0 0 0
Example : [0 ], , , [0 0 ] are all zero matrices, but of different orders.
0 0 0 0 0
(5) Square matrix : If number of rows and number of columns in a matrix are equal, then it is
a11 a12 a13
called a square matrix. Thus A [aij ]mn is a square matrix if m n . Example : a 21 a 22 a 23 is a
a 31 a 32 a 33
square matrix of order 3×3
(i) If m n then matrix is called a rectangular matrix.
(ii) The elements of a square matrix A for which i j, i.e . a11 , a 22 , a 33 ,....ann are called diagonal
elements and the line joining these elements is called the principal diagonal or leading diagonal
of matrix A.
(iii) Trace of a matrix : The sum of diagonal elements of a square matrix. A is called the
n
trace of matrix A , which is denoted by tr A. tr A a ii a11 a 22 ...a nn
i1
Properties of trace of a matrix : Let A [aii]nn and B [bij ]nn and be a scalar
(i) tr(A) tr( A) (ii) tr( A B) tr( A) tr (B) (iii) tr( AB) tr(BA)
(iv) tr ( A) tr ( A' ) or tr ( A T ) (v) tr (In ) n (vi) tr (0)= 0
(vii) tr ( AB ) tr A . tr B
(6) Diagonal matrix : If all elements except the principal diagonal in a square matrix are
zero, it is called a diagonal matrix. Thus a square matrix A [aij ] is a diagonal matrix if
aij 0, when i j .
2 0 0
Example : 0 3 0 is a diagonal matrix of order 3×3, which can be denoted by diag [2, 3,
0 0 4
4]
Note : No element of principal diagonal in a diagonal matrix is zero.
Matrices 349
3 1 2
Example : 0 4 3 is an upper triangular matrix of order 3×3.
0 0 6
(ii) Lower Triangular matrix : A square matrix [a ij ] is called the lower triangular matrix, if
aij 0 when i< j.
1 0 0
Example : 2 3 0 is a lower triangular matrix of order 3×3.
4 5 2
n(n 1)
Note : Minimum number of zeros in a triangular matrix is given by where n is
2
order of matrix.
Diagonal matrix is both upper and lower triangular.
350 Matrices
A triangular matrix a [aij ]nn is called strictly triangular if aij 0 for 1 i n
Example: 1 A square matrix A [aij ] in which aij 0 for i j and a ij k (constant) for i j is called a
(a) Unit matrix (b) Scalar matrix (c) Null matrix (d) Diagonal matrix
Solution: (b) When a ij 0 for i j and a ij is constant for i j then the matrix [aij ]nn is called a scalar matrix
Example: 2 If A, B are square matrix of order 3, A is non singular and AB 0, then B is a
(a) Null matrix (b) Singular matrix (c) Unit matrix (d) Non singular matrix
Solution: (a) AB = 0 when B is null matrix.
2 5 7
Example: 3 The matrix 0 3 11 is known as
0 0 9
(a) Symmetric matrix (b) Diagonal matrix (c) Upper triangular matrix (d)Skew symmetric matrix
Solution: (c) We know that if all the elements below the diagonal in a matrix are zero, then it is an upper
triangular matrix.
Example: 4 In an upper triangular matrix n×n, minimum number of zeros is [Rajasthan PET 1999]
n(n 1) n(n 1) 2 n(n 1)
(a) (b) (c) (d) None of these
2 2 2
Solution: (a) As we know a square matrix A [a ij ] is called an upper triangular matrix if a ij 0 for all i>j
(a) a
i j
ij (b) ai
ij (c) a
j
ij (d) ai
ii
n
Solution: (d) The trace of A a
i1
ii Sum of diagonal elements.
5 1 2 5 4 3
i.e. in above example A B 1 2 3 2 1 1
4 3 1 3 1 2
Note : Matrix addition and subtraction can be possible only when matrices are of the
same order.
Properties of matrix addition : If A, B and C are matrices of same order, then
(i) A B B A (Commutative law)
(ii) ( A B) C A (B C) (Associative law)
(iii) A O O A A, where O is zero matrix which is additive identity of the matrix.
(iv) A ( A) 0 ( A) A , where ( A) is obtained by changing the sign of every element of
A, which is additive inverse of the matrix.
A B A C
(v) B C (Cancellation law)
B A C A
8.2.6 Scalar Multiplication of Matrices.
Let A [aij ]mn be a matrix and k be a number, then the matrix which is obtained by
multiplying every element of A by k is called scalar multiplication of A by k and it is
denoted by kA.
2 4 10 20
Thus, if A [aij ]mn , then kA Ak [kaij ]mn . Example : If A 3
1 , then 5 A 15 5
4 6 20 30
Properties of scalar multiplication:
If A, B are matrices of the same order and , are any two scalars then
(i) ( A B) A B (ii) ( ) A A A
(iii) (A) (A) (A) (iv) (A) (A) ( A)
Note : All the laws of ordinary algebra hold for the addition or subtraction of matrices
and their multiplication by scalars.
8.2.7 Multiplication of Matrices.
Two matrices A and B are conformable for the product AB if the number of columns in A
(pre-multiplier) is same as the number of rows in B (post multiplier).Thus, if A [aij ]mn and
B [b ij ]n p are two matrices of order m×n and n p respectively, then their product AB is of order
n
m p and is defined as ( AB )ij a
r 1
ir b rj
b1 j
b
[ai1 ai 2 ...ain ] 2 j = (ith row of A)(jth column of B) .....(i), where i=1, 2, ..., m and
b nj
j=1, 2, ...p
Now we define the product of a row matrix and a column matrix.
352 Matrices
b 1
Let A a1 a 2 ....a n be a row matrix and B b 2 be a column matrix.
b n
Then AB a1 b1 a 2 b 2 .... an b n …(ii). Thus, from (i),
( AB)ij Sum of the product of elements of ith row of A with the corresponding elements of jth
column of B.
Properties of matrix multiplication
If A,B and C are three matrices such that their product is defined, then
(i) AB BA (Generally not commutative)
(ii) ( AB)C A(BC ) (Associative Law)
(iii) IA A AI , where I is identity matrix for matrix multiplication
(iv) A(B C) AB AC (Distributive law)
(v) If AB AC
BC (Cancellation law is not applicable)
(vi) If AB= 0 It does not mean that A= 0 or B = 0, again product of two non
zero matrix may be a zero matrix.
Note : If A and B are two matrices such that AB exists, then BA may or may not exist.
The multiplication of two triangular matrices is a triangular matrix.
The multiplication of two diagonal matrices is also a diagonal matrix and
diag (a1 , a 2 ,....a n ) diag (b1 , b 2 ,....b n ) diag (a1 b1 , a 2 b 2 ,....an b n )
The multiplication of two scalar matrices is also a scalar matrix.
If A and B are two matrices of the same order, then
(i) ( A B)2 A 2 B 2 AB BA (ii) ( A B 2 ) A 2 B 2 AB BA
(iii) ( A B)(A B) A 2 B 2 AB BA (iv) ( A B)(A B) A 2 B 2 AB BA
(v) A( B) ( A)B ( AB)
8.2.8 Positive Integral Powers of A Matrix.
The positive integral powers of a matrix A are defined only when A is a square matrix. Also
then A 2 A. A , A 3 A. A. A A 2 A . Also for any positive integers m ,n.
(i) A m A n A m n (ii) ( A m )n A mn ( A n )m
(iii) I n I, I m I (iv) A 0 In where A is a square matrix of
order n.
8.2.9 Matrix Polynomial .
Let f (x ) a0 x n a1 x n 1 a 2 x n 2 ... an 1 x an be a polynomial and let A be a square matrix of
order n. Then f ( A) a0 A n a1 A n 1 a 2 A n 2 ... an 1 A an In is called a matrix polynomial.
Example : If f (x ) x 2 3 x 2 is a polynomial and A is a square matrix, then A 2 3 A 2 I is a
matrix polynomial.
cos sin
Example: 6 If A , then A
2
[Rajasthan PET 2001]
sin cos
Matrices 353
a b a b a 2 b 2 2 ab
A2 . On comparing, we get, a b , 2ab
2 2
Solution: (b)
b a b a 2 ab a 2 b 2
i 0
Example: 8 If A , n N , then A equals
4n
[AMU 1992]
0 i
1 0 i 0 0 i 0 0
(a) (b) (c) (d)
0 1 0 i i 0 0 0
i 0 i 0 1 0 1 0 1 0 1 0 1 0
Solution: (a) A2 , A4 A2. A2 I ; (A ) I I
4 n n
0 i 0 i 0 1 0 1 0 1 0 1 0 1
1 1 a 1
Example: 9 If A , B and ( A B) A B then value of a and b are
2 2 2
[Kurukshetra CEE 2002]
2 1 b 1
(a) a 4 , b 1 (b) a 1, b 4 (c) a 0, b 4 (d) a 2 , b 4
a h g x
Example: 10 The order of [ x y z ] h b f y is [EAMCET 1994]
g f c z
1 1 0
Example: 12 For the matrix A 1 2 1 , which of the following is correct
2 1 0
7 9 3 6 9 3 1 0 0
A 3 . A 15 19
3 2
6 15 18 6 0 1 0 I A 3 3 A 2 I 0
9 12 4 9 12 3 0 0 1
0 1 0
If A , B , then the value of for which A B is
2
Example: 13 [IIT Screening 2003]
1 1 5 1
(a) 1 (b) –1 (c) 4 (d) No real values
0 0 2
0
A2 ∵ A B (given)
2
Solution: (d)
1 1 1 1 1 1
2 0 1 0
1 and 1 5 . Clearly no real value of
2
Then
1 1 5 1
(vi) I T I
8.2.11 Determinant of a Matrix .
a11 a12 a13
If A a 21 a 22 a 23 be a square matrix, then its determinant, denoted by |A| or Det (A) is
a 31 a 32 a 33
defined as
a11 a12 a13
| A | a 21 a 22 a 23
a 31 a 32 a 33
Properties of determinant of a matrix
(i) | A | exists A is square matrix (ii) | AB | | A || B |
(iii) | A T | | A | (iv) | kA | k n | A |, if A is a square matrix of
order n
(v) If A and B are square matrices of same order then |AB|=|BA|
Matrices 355
1 2i 2 3i 3 4 i
numbers is called conjugate of A and is denoted by A . Example : A 4 5 i 5 6 i 6 7 i then
8 7 8i 7
1 2i 2 3i 3 4 i
A 4 5 i 5 6 i 6 7 i
8 7 8i 7
Properties of conjugates :
(i) A A (ii) A B A B
(iii) (A) A, being any number (iv) ( AB) A B , A and B being conformable for
multiplication.
(13) Transpose conjugate of a matrix : The transpose of the conjugate of a matrix A is called
transposed conjugate of A and is denoted by A . The conjugate of the transpose of A is the same
as the transpose of the conjugate of A i.e. ( A) ( A ) A .
If A [aij ]mn then A [b ji]nm where b ji a ij i.e. the ( j, i) th element of A the conjugate of
(i, j) th element of A.
1 2i 2 3i 3 4 i 1 2i 4 5 i 8
Example : If A 4 5 i 5 6 i 6 7 i , then A 2 3 i 5 6 i 7 8 i
8 7 8i 7 3 4 i 6 7 i 7
Properties of transpose conjugate
(i) ( A ) A (ii) ( A B) A B (iii) (kA) KA , K being any number (iv)
( AB) B A
0 5 7
Example: 16 The matrix 5 0 11 is known as [Karnataka CET 2000]
7 11 0
(a) Upper triangular matrix (b) Skew-symmetric matrix (c) Symmetric matrix (d)
Solution: (b) In a skew-symmetric matrix, aij a ji i, j 1,2,3 and j i , aii aii each aii =0
Hence the given matrix is skew-symmetric matrix [ A T A] .
2 4
Example: 17 The matrix 1 3 4 is non singular if [Kurukshetra CEE 2002]
1 2 3
(a) 2 (b) 2 (c) 3 (d) 3
2 4
Solution: (a) The given matrix A 1 3 4 is non singular If |A| 0
1 2 3
2 4 1 3 0
| A| 1 3 4 0 1 3 4 0 [R1 R1 R2 ]
1 2 3 1 2 3
1 3 0
R 2 R 2 R3
| A | 0 1 1 0 ,
0 5 3 R3 R3 R1
1(3 5 ) 0 2 0 2
Matrices 359
1 2 2
1
Example: 18 The matrix A 2 1 2 is [Kurukshetra CEE 2002]
3
2 2 1
(a) Orthogonal (b) Involutary (c) Idempotent (d) Nilpotent
1 2 2
1
Solution: (a) Since for given A 2 1 2 . For orthogonal matrix AA T AT A I(33)
3
2 2 1
1 2 2 1 2 2 9 0 0
1 1
AA T 2 1 2 2 1 2
3 0 9 0 3 I . Similarly A A 3 I . Hence A is orthogonal
T
3
2 2 1 2 2 1 0 0 9
4 x 2
Example: 19 If A is symmetric, then x = [Karnataka CET 1994]
2 x 3 x 1
(a) 3 (b) 5 (c) 2 (d) 4
4 2 x 3 4 x 2
Solution: (b) For symmetric matrix, A A T 2x 3 x 2 x 5
x 2 x 1 2 x 3 x 1
Example: 20 If A and B are square matrices of order n×n, then ( A B)2 is equal to [Karnataka CET 1999; Kerala
(Engg.) 2002]
Solution: (d) Given A and B are square matrices of order n×n we know that
( A B)2 ( A B)( A B) A 2 AB BA B 2
cos sin
Example: 21 If A , then which of the following statement is not correct [DCE 2001]
sin cos
Example: 22 Matrix A is such that A 2 2 A I where I is the identity matrix. Then for n 2, A n
0 0 1
Example: 23 Let A 0 1 0 , the only correct statement about the matrix A is [AIEEE 2004]
1 0 0
p q
Example : A , C 11 s, C 12 r, C 21 q, C 22 p
r s
T
s r s q
adj A
q p r p
Note : The adjoint of a square matrix of order 2 can be easily obtained by interchanging
the diagonal elements and changing signs of off diagonal elements.
Matrices 359
Properties of adjoint matrix : If A, B are square matrices of order n and I n is corresponding unit matrix,
then (i) A(adj A) | A | In (adj A) A (Thus A (adj A) is always a scalar matrix)
4 2
Example: 24 If A , then | adj A | is equal to [UPSEAT 2003]
3 4
(a) 16 (b) 10 (c) 6 (d) None of these
4 2
Solution: (b) adj A
3 4
360 Matrices
4 2
| adj A | 16 6 10
3 4
Example: 25 If 3, – 2 are the Eigen values of non-singular matrix A and |A| = 4 . Then Eigen values of adj (A) are
[Kurukshetra CEE 2002]
(a) 3/4, –1/2 (b) 4/3, –2 (c) 12, –8 (d) –12, 8
adj A
Solution: (b) Since A 1 and if is Eigen value of A then 1 is Eigen value of A 1 , thus for adj ( A) x ( A 1 x )| A |
| A|
| A | .1 I
adj(A) corresponding to Eigen value
3 is = 4/3 and for 2 is = 4 / 2 = –2
3 2 4
1
Example: 26 If matrix A 1 2 1 and A 1 adj ( A) , then K is [UPSEAT 2002]
K
0 1 1
(a) 7 (b) –7 (c) 1/7 (d) 11
adj( A) 1
Solution: (d) We know that A 1 . We have A 1 adj( A) i.e. K | A |
| A| K
3 2 4
and K 1 2 1 3(3) 2(1) 4 (1) 9 2 4 11
0 1 1
a b
Example: 27 The inverse of matrix A is
c d
[AMU 2001]
d b 1 d b 1 1 0 b a
(a) (b) (c) (d)
c a ad bc c a | A | 0 1 d c
a b d b 1 1 d b
Solution: (b) Here | A | ad bc , adj ( A) . Hence A
c d c a ad bc c a
1 1 1 4 2 2
Example: 28 Let A 2 1 3 and 10 . B 5 0 . If B is the inverse of matrix A, then is [AIEEE 2004]
1 1 1 1 2 3
1 1 1 4 2 2
Solution: (a) We have, A 2 1 3 , | A | 1(4) 1(5) 1(1) 10 and adj (A) 5 0 5
1 1 1 1 2 3
4 2 2
1
Then A 1 5 0 5
10
1 2 3
According to question, B is the inverse of matrix A. Hence 5
1 0 K
Example: 29 Matrix A 2 1 3 is invertible for [UPSEAT 2002]
K 0 1
Example: 34 If |A| denotes the value of the determinant of the square matrix A of order 3, then | 2 A | [MP PET 1987, 89, 92, 2000]
(a) 8 | A | (b) 8 | A | (c) 2 | A | (d) None of these
Solution: (a) We know that, det. ( A) (1) det A , where n is order of square matrix
n
3 1 2 1 0 0
Solution: (a) We have A=IA 2 0 1 0 1 0 A
3 5 0 0 0 1
1 1 1 1 1 0
Applying (R1 R1 R2 ) 2 0 1 0 1 0 A
3 5 0 0 0 1
1 1 1 1 1 0
Applying R2 R2 2R1 and R3 R3 3R1 , 0 2 1 2 3 0 A
0 2 3 3 3 1
1 1 1 1 1 0
Applying R 2 R 2 / 2, 0 1 1 / 2 1 3/2 0 A
0 2 3 3 3 1
1 0 1 / 2 0 1/2 0
Applying R1 R1 R2 and R3 R3 2R2 , 0 1 1 / 2 1 3/2 0 A
0 0 4 5 6 1
1 0 1 / 2 0 1/2 0
Applying R3 R3 / 4 , 0 1 1 / 2 1 3/2 0 A
0 0 1 5 / 4 6/4 1 / 4
1 0 0 5 / 8 5/4 1/8
1 1
Applying R1 R1 R 3 and R 2 R 2 R 3 , 0 1 0 3 / 8 3/4 1 / 8 A
2 2
0 0 1 5 / 4 3/2 1 / 4
5 / 8 5/4 1/8
1
A 3 / 8 3/4 1 / 8
5 / 4 3/2 1 / 4
(2) There is at least one minor of A of order r which does not vanish
Note : If a minor of A is zero the corresponding submatrix is singular and if a minor of A is not zero
then corresponding submatrix is non-singular.
Here we can also say that the rank of a matrix A is said to be r if
(i) Every square submatrix of order r+1 is singular.
(ii) There is at least one square submatrix of order r which is non-singular.
The rank r of matrix A is written as ( A) r
Working rule : Calculate the minors of highest possible order of a given matrix A. If it is not zero, then
the order of the minor is the rank. If it is zero and all other minors of the same order be also zero, then
calculate minor of next lower order and if at least one of them is not zero then this next lower order will be the
rank. If, however, all the minors of next lower orders are zero, then calculate minors of still next lower order
and so on.
Note : The rank of the null matrix is not defined and the rank of every non-null matrix is greater than or
equal to 1.
The rank of a singular square matrix of order n cannot be n.
8.2.18 Echelon form of a Matrix.
A matrix A is said to be in Echelon form if either A is the null matrix or A satisfies the following conditions:
(1) Every non- zero row in A precedes every zero row.
(2) The number of zeros before the first non-zero element in a row is less than the number of such zeros
in the next row.
It can be easily proved that the rank of a matrix in Echelon form is equal to the number of non-zero row of
0 3 2 1
the matrix. Example : The rank of the matrix A 0 0 2 5 is 2 because it is in Echelon form and it has
0 0 0 0
0 2 5
two non-zero rows. The matrix A 0 0 1 is not in Echelon form, because the number of zeros in second
0 0 4
row is not less than the number of zeros in the third row. To reduce A in the echelon form, we apply some
0 2 5
elementary row transformations on it. Applying R 3 R 3 4 R 2 , we obtain A ~ 0 0 1 , which is in Echelon
0 0 0
form and contains 2 non zero rows. Hence, r( A) 2
Rank of a matrix in Echelon form : The rank of a matrix in Echelon form is equal to. the number of non-
zero rows in that matrix.
Algorithm for finding the rank of a matrix : Let A [a ij ] be an m×n matrix.
Step I : Using elementary row transformations make a11 1
Step II : Make a 21 , a 31 ,...., a m 1 all zeros by using elementary transformations,
R 2 R 2 a 21 R1 , R 3 R 3 a 31 R1 ,..... R m R m am 1 R1
Step III : Make a 22 1 by using elementary row transformations.
366 Matrices
Step IV : Make a 32 , a 42 ,...., a m 2 all zeros by using R 3 R 3 a 32 R 2 , R 4 R 4 a 42 R 2 ,... R m R m am 2 R 2
The process used in steps III and IV is repeated upto (m 1)th row. Finally we obtain a matrix in Echelon
form, which is equivalent to the matrix A. The rank of A will be equal to the number of non-zeros rows in it.
2 3 1 4
Example: 38 The rank of the matrix A 0 1 2 1 is [Kurukshetra CEE 2002 ]
0 2 4 2
(a) 2 (b) 3 (c) 1 (d) Indeterminate
2 3 1 4 2 3 1
Solution: (a) We have A 0 1
2 1 , Considering 3×3 minor
0 1 2
its determinant is 0.
0 2 4 2 0 2 4
34 33
2 3 4 2 1 4 3 1 4
Similarly considering , 0 1 1 , 0 2 1 and 1 2 1 , their determinant is 0 each rank can not
0 2 2 0 4 2
2 4 2
be 3
2 3
Then again considering a 2×2 minor, , which is non zero. Thus, rank =2
0 2
1 2 5
Example: 39 The rank of the matrix 2 4 a 4 is [Roorkee 1988]
1 2 a 1
(a) 1 if a = 6 (b) 2 if a =1 (c) 3 if a = 2 (d) 1 if a = – 6
1 2 5 0 0 a6 0 0 0
Solution: (b,d) Let A 2 4 a 4 0 0 a6 0 0 a6
1 2 a 1 1 2 a 1 1 2 a 1
0 0 0
When a 6 , A 0 0 0 , r( A) 1
1 2 5
0 0 0 0 0 0
When a 1 , A 0 0 7 r ( A) 2 , When a 6 , A 0 0 12 , r( A) 2
1 2 2 1 2 7
0 0 0
When a 2 , A 0 0 8 , r( A) 2
1 2 3
x a b c
Example: 40 The value of x so that the matrix a x b c has rank 3 is
a b x c
(a) x 0 (b) x a b c
(c) x 0 and x (a b c) (d) x 0, x a b c
x a b c
Solution: (c) Since rank is 3, | A | 33 0 , a x b c 0
a b x c 33
x ab c b c
x ab c x b c 0 , Applying (C1 C1 C2 C3 )
x ab c b x c
Matrices 367
1 b c 1 b c
(x a b c ) 1 x b c 0 x ab c 0, 1 x b c 0
1 b x c 1 b x c
0 x c
x (a b c) , 0 x x 0 x 0
1 b x c
a m 1 x 1 a m 2 x 2 a m 3 x 3 .... a mn x n b m
This system of equations can be written in matrix form as
Matrices 369
x y 2 x z 4 7
Solution: (a) We have
x y 2 z w 0 10
x y 4 , 2 x z 7 , x y 0 and 2 z 10 x 2 and y 2, z 3, w 4
Example: 42 The system of linear equation x y z 2 , 2 x y z 3, 3 x 2 y kz 4 has unique solution if [EAMCET 1994]
1 1 1
Solution: (a) The given system of equation has a unique solution if 2 1 1 0 K 0
3 2 k
0 1
(5) Reflexion in the line y = – x : Here the matrix is
1 0
cos 2 sin 2
(6) Reflexion in y = x tan : Here matrix is
sin 2 cos 2
cos sin
(7) Rotation through an angle : Here matrix is
sin cos
1 1 3
Example: 43 Characteristic equation of the matrix A 1 3 3
2 4 4
1 1 3
So, 1 3 3 0 i.e. 3 20 8 0
2 4 4
By cayley-Hamilton theorem , A 3 20 A 8 I 0
Example: 44 The transformation due to the reflection of (x , y ) through the origin is described by the matrix
0 0 1 0 0 1 1 0
(a) (b) (c) (d)
0 1 0 1 1 0 0 1
Solution: (b) If x , y is the new position
x 1 0 x
y 0 1 y
1 0
Transformation matrix is
0 1