Matrices
Matrices
A rectangular array of mn numbers (real or complex) in the form of m horizontal lines (called rows)
and n vertical lines (called columns), is called an m × n matrix (to be read as m by n matrix) or matrix of
order m × n.
Types of Matrices
1. Row matrix A matrix having one row and n columns is called as row matrix. It is of the form
A = [ a11 a12 … a1n ]1 × n or A = [ a1 a 2 … a n ]1 × n
2. Column matrix A matrix having mrows and one column is called column matrix. It is of the form
a11 a1
a a
A = 21 or A = 2
M M
a m a m
m m
1 ×1 ×1
3. Zero matrix A matrix in which all the elements are y = x − y ⇒ 2y = x = 2 ⇒ y = 1
equal to zero is called zero matrix. It is also called a 2z = z + w ⇒ z = w
null matrix and is denoted by O. 3w = z − w + 3x ⇒ z = 4w − 6
On substituting w in terms of z, we get
4. Singleton matrix A matrix in which there is only
z = 4z − 6 ⇒ 3z = 6 ⇒ z = 2
one element is called singleton matrix.
Hence, we obtain x = 2, y = 1, z = 2 and w = 2
Thus, A = [ a ij ] m × n is singleton matrix, if m = n = 1 .
5. Square matrix A matrix in which the number of rows Algebra of Matrices
is equal to the number of columns, say n, is called a
2 3 Addition of Matrices
square matrix of order n, i.e. m = n. e.g. is a
9 7 If A and B be any two matrices of the same order
( m × n), then their sum A + B = [ a ij + bij ] (m × n)
square matrix of order 2.
6. Diagonal matrix A square matrix in which all its where, A = [ a ij ] (m × n) and B = [ bij ] (m × n)
elements are zero except those in the leading diagonal
Properties of Addition
is called a diagonal matrix, i.e. a ij = 0 for i ≠ j.
(i) Matrix addition is commutative, i.e. A + B = B + A .
d 0
e.g. The matrix, C = 1 is diagonal matrix of
0 d (ii) Matrix addition is associative.
2
order 2 and it can be rewritten as C = diag (d 1 , d 2 ) i.e. ( A + B) + C = A + ( B + C )
7. Identity or unit matrix A diagonal matrix in which (iii) A + O = A = O + A
all the diagonal elements are equal to 1 is called an Here, the null matrix O is called additive identity.
identity matrix. It is also called a unit matrix. An (iv) A + ( − A ) = O = ( − A ) + A
identity matrix of order n is denoted by I or I n .
Here, (−A) is called the additive inverse of A.
8. Scalar matrix A diagonal matrix in which all the
(v) Matrix addition follows cancellation law,
diagonal elements are equal is called a scalar matrix.
i.e. A + B = A +C ⇒B =C [left cancellation law]
9. Submatrix Any matrix obtained by omitting some
rows or columns or both from a given m × n matrix and B + A = C + A ⇒ B = C [right cancellation law]
A is called a submatrix of A. As a convention, the
Subtraction of Matrices
given matrix A is also taken as a submatrix of A.
If A and B are any two matrices of same order ( m × n),
10. Upper triangular matrix A square matrix A = [ a ij ]
then their difference A − B = [ a ij − bij ] m × n
is called upper triangular matrix, if a ij = 0 for all i > j. where, A = [ a ij ] m × n and B = [ bij ] m × n
11. Lower triangular matrix A square matrix A = [ a ij ] is
called a lower triangular matrix, if a ij = 0 for all i < j. 2 −1 4
EXAMPLE 3. If 2 A + 3B = and
3 2 5
Equal Matrices 5 0 3
Two matrices A = ( a ij ) m × n and B = ( bij ) p × q are said to A + 2B = , then matrix B is
1 6 2
be equal, if
8 −1 2 8 1 2
(i) m = p and n = q (ii) a ij = bij , ∀ i and j a. b.
−1 10 −1 −1 10 −1
Thus, two matrices are said to be equal, if they are of −2
8 1 8 1 2
the same order and the corresponding elements are same. c. d.
−1 10 −1 1 10 1
EXAMPLE 2. Find x, y , z and w, if 2 −1 4
Sol. b. Given, 2A + 3B = ...(i)
5
3x y x + 4 x− y 3 2
= .
2z 3w z + w z − w + 3x 5 0 3 10 0 6
and A + 2B = ⇒ 2A + 4B = ...(ii)
a. 2, 1, 2, 2 b. 2, 2, 2, 2 c. 2, 1, 1, 2 d. 1, 2, 1, 2 1 6 2 2 12 4
Sol. a. The matrix on each side is of order 2 × 2. On subtracting Eq. (i) from Eq. (ii), we get
Equating the corresponding elements, we get 8 1 2
B=
3x = x + 4 ⇒ 2x = 4 ⇒ x = 2 −1 10 −1
Scalar Multiplication of Matrices (iii) Multiplication is associative, i.e. if A , B and C are the
If a matrix is multiplied by the scalar k, then each matrices of order m × n , n × p and p × r respectively,
element is multiplied by k. Thus, if A = [ a ij ] m × n then then ( AB) C = A ( BC ).
kA = [ ka ij ] m × n . (iv) If A is a m × n matrix and I n , I m are the identity
matrices of order m × m and n × n, then
Properties of Scalar Multiplication of Matrices
I mA = A = AI n
Let the matrices A and B be of the same order and λ , µ
be scalars. Then, Here, I is the multiplicative identity.
(i) λ ( A + B) = λA + λB (ii) ( λ + µ ) A = λA + µA (v) If AB = O, then it is not necessary that either A or B
(iii) λ (µA ) = µ ( λA ) = ( λ ) µA (iv) ( − λ ) A =− ( λA )= λ ( − A ) is O or both are O.
PRACTICE EXERCISE
1 2 2 3 4. If α, β are the two roots of 1 + x + x 2 = 0, then
1. If A = , B = 4 5 and 4 A − 3B + C = O , then
3 4 1 β α β
matrix product is equal to
C is equal to α α 1 β
2 −1 2 1 1 1 −1 −1
(a) (b) (a) (b)
0 1 0 −1 2
1 2 −1
−2 1
1 −1 −1 −1
(c) (d) None of these (c) (d)
0 −1
−1 2 −1 −2
1 0 1 0 1 2 a 0
2. If A = and I = 0 1, then the value of k, 5. If A =
−1 7 and B = 0 b, where a, b are natural
3 4
so that A2 = 8 A + kI is numbers, then which one of the following is
(a) 4 (b) 5 (c) 6 (d) −7 correct?
3. The value of x for which (a) There exist more than one but finite number of B’s
such that AB = BA
1 0 2 1 (b) There exist exactly one B such that AB = BA
[1 1 x ] 0 2 1 1 = 0 is (c) There exist infinitely many B’s such that AB = BA
2 1 0 1 (d) There cannot exist any B such that AB = BA
3 −4 p q
5 2 32. Consider the following in respect of the matrix
27. If X = , B = −2 1 and A = r satisfy
1 −1 s −1 1
A=
the equation AX = B, then the matrix A is equal 1 −1
to I. A 2 = − A II. A3 = 4 A
−7 26 7 26
(a) (b)
−5 Which of the above statement(s) is/are correct?
1 4 17
−7 −4 − 7 26 (a) Only I (b) Only II
(c) (d)
26 13 −6 23
(c) Both I and II (d) Neither I nor II
ANSWERS
1 b 2 d 3 b 4 b 5 c 6 c 7 a 8 a 9 b 10 a
11 a 12 b 13 a 14 c 15 b 16 b 17 c 18 b 19 a 20 b
21 d 22 c 23 d 24 d 25 b 26 d 27 a 28 a 29 c 30 d
31 b 32 b
HINTS AND SOLUTIONS
a b 1 2 2 3 a b 9. (b) On adding Eqs. (i) and (ii), we get 2x = 6 ⇒ x = 3
1. (b) Let C = , then 4 −3 + =0
c d 3 4 4 5 c d 10. (a) On subtracting Eq. (ii) from Eq. (i), we get 2 y = 16 ⇒ y = 8
4− 6+ a 8− 9 + b 0 0 11. (a) Order of AB = (Number of rows in A)
⇒ =
12 − 12 + c 16 − 15 + d 0 0 × (Number of columns in B)
= x × ( 11 − y )
⇒ a = 2, b = 1, c = 0 and d = − 1 =3×3
2 1 a h g x
∴ C =
0 −1
12. (b) Here, [ x y z ]
1 ×3 h b f y
g f c z
1 0 1 0 3 ×3 3 ×1
2. (d) Q A = ,I =
−1 7 0 1
Order of matrix = 1 × 3 : 3 × 3 : 3 × 1 = 1 × 3 : 3 × 1 = 1 × 1
1 0 1 0 1 0 13. (a)
Now, A 2 = =
−1 7 −1 7 −8 49 14. (c)
a = 0, for i ≠ j
8 0 k 0 8 + k 0 15. (b) Given, [ a ] = ij where k is a constant.
and 8 A + kI = + = a = k , for i = j
−8 56 0 k −8 56 + k ij
ij
k 0 0
Q A2 = 8A + k I
∴ [ a ] of order 3 × 3 = 0 k 0 = Scalar matrix
1 0 8 + k 0 ij
0 0 k
∴ = ⇒ 8 + k = 1 ⇒ k = −7
−8 49 −8 56 + k 3 ×3
3. (b) 16. (b)
4. (b) α , β are the roots of 1 + x + x = 0
2
17. (c) For the matrix AB is a zero matrix. It is not necessary that
α + β = − 1 and αβ = 1 either A is zero matrix or B is zero matrix.
Also, 1 + α + α 2 = 0 ⇒ α + α 2 = − 1and 1 + β + β 2 = 0 1 0 0 0
e.g. Let A = and B =
⇒ β + β2 = − 1 0 0 0 −1
1 β α β α + β β + β 2 −1 −1
∴ AB = 0, where A , B ≠ 0
∴ = 2 =
α α 1 β −1 2
α + α αβ + αβ 18. (b) I. Every zero matrix is not necessarily a square matrix.
1 2 a 0 II. A matrix does not have a numerical value while every
5. (c) Q A = and B =
3 4 0 b determinant have a numerical value.
III. Unit matrix is a diagonal matrix and scalar matrix also.
1 2 a 0 a 2b
∴ AB =
3
=
4 0 b 3a 4b i 0 0 −1 0 i
19. (a) Given that, A = , B= and C =
0 −i 1 0 i 0
a 0 1 2 a 2a
and BA = = 0 −i 0 i
0 b 3 4 3b 4b Now, AB = =− = −C
−i 0 i 0
a 2 b a 2a
If AB = BA, then = ⇒ a=b
3a 4b 3b 4b 20. (b)
From the above it is clear that there exist infinitely many B ’ s such 21. (d) We know that, the product of two identity matrix are always an
that AB = BA. identity matrix, which is non-zero matrices.
6. (c) We know that, ( AB )n = A n B n is true only, when AB = BA 1 0 1 0 1 + 0 0 + 0 1 0
0 1 × 0 1 = 0 + 0 1 + 0 = 0 1 = I = Identity matrix
7. (a) 8. (a)
Sol. (Q. Nos. 9-11) Since, BA is defined. The product of two non-zero matrices can sometimes be zero
∴ Number of columns in B = Number of rows in A matrix.
⇒ 11 − y = x ⇒ x + y = 11 …(i) 0 c −b a 2 ab ac
Also, AB is defined. −c 0 a × ab b2 bc
∴ Number of columns in A = Number of rows in B b −a 0 ac bc c 2
∴ x + 5 = y ⇒ x − y = −5 …(ii)
0 + abc − bac 0 + b2c − b2c 0 + bc 2 − bc 2 2x + 2 y − y 3 2x + y 3
2 ⇒ 4x = ⇒ =
= − a c + 0 + a 2 c − abc + 0 + abc − ac 2 + 0 + ac 2 − x + y 2 3x + y 2
a 2 b − a 2 b + 0 ab 2 − ab 2 + 0 abc − abc + 0
⇒ 2x + y = 3 and 3x + y = 2 ⇒ x = 2−3= −1
0 0 0 ∴ y =5
= 0 0 0 = 0 = Zero matrix x + y y 2 4 54 5
∴ A2 = =
0 0 0 2x x − y −2 −6 −2 −6
So, both the Statements are incorrect. 16 − 10 20 − 30 6 − 10
= =
22. (c) Given that, A is any matrix. −8 + 12 −10 + 36 4 26
Then, the product AA is defined only when number of columns in
cos θ sin θ
A is equal to number of rows in A, i.e. A must be a square matrix. 29. (c) Given, E (θ) =
− sin θ cos θ
Thus, m = n
4 x + 2 4 2x − 3 cos α sin α cos β sin β
A = A′ ⇒ = ∴ E (α ) E ( β ) =
2x − 3 x + 1 x + 2 x + 1
23. (d) Q
− sin α cos α − sin β cos β
⇒ 2x − 3 = x + 2 ⇒ x = 5
cos α ⋅ cos β − sin α ⋅ sin β cos α ⋅ sin β + sin α ⋅ cos β
=
24. (d) We have, AB = A − sin α ⋅ cos β − sin β ⋅ cos α − sin α ⋅ sin β + cos α ⋅ cos β
∴ A 2 = ( AB ) ⋅ ( AB ) = A ⋅ ( BA ) B
= ABB [QBA = B ] cos(α + β ) sin(α + β )
= = E ( α + β)
= AB = A [Q AB = A ] − sin(α + β ) cos(α + β )
Also, B 2 = ( BA ) ⋅ ( BA ) = B ⋅ ( AB ) ⋅ A
= B⋅ A⋅ A [Q AB = A ] 30. (d )
= B⋅ A = B [QBA = B ] 1 1 − 1 − 1 − 2 − 1
Again, ( AB )2 = ( AB ) ⋅ ( AB ) = A ⋅ ( BA ) B 31. (b) We have, A = 2 − 3 4 and B = 6 12 6
= A⋅B⋅B [QBA = B ] 3 − 2 3 5 10 5
= AB
− 1+ 6 −5 − 2 + 12 − 10 − 1+ 6 −5
Hence, all statements are correct.
∴ AB = − 2 − 18 + 20 − 4 − 36 + 40 − 2 − 18 + 20
1 5 0
− 3 − 12 + 15 − 6 − 24 + 30 − 3 − 12 + 15
25. (b) 0 1 0 is an elementary matrix. Since, it is obtained by
0 0 1
0 0 0
performing operation C → C + 5C on identity matrix I . = 0 0 0
2 2 1 3
26. (d) A square matrix A is said to be skew-Hermitian, if A * = − A or 0 0 0
a = − a ij , ∀ i and j.
ij
Hence, AB is a null matrix.
Here, a = − 4 + i and a =4+i
12 21 Since, A ≠ 0, B ≠ 0 and AB = 0, therefore BA ≠ 0.
Now, a 12 = ( − 4 + i ) = −4 − i = −( 4 + i ) = − a
21 Thus, A and B do not commute.
Hence, the given matrix is skew-Hermitian matrix.
−1 1
27. (a) ∴ AX = B 32. (b) Given, A =
1 −1
p q 3 −4 5 2 3 p + q −4 p − q 5 2
∴ r s = ⇒ =
1 −1 −2 1 3r + s −4r − s −2 1 −1 1 −1 1 1 + 1 −1 − 1
A2 = A × A = =
1 −1 1 −1 −1 − 1 1 + 1
I. Now,
⇒ 3 p + q = 5 and −4 p − q = 2 ⇒ − p = 7 ⇒ p = − 7
∴ q = 5 + 21 = 26 2 −2 1 −1
A2 = =2
Also, 3r + 5 = −2 and −4r − s = 1 −2 2 −1 1
⇒ −r = − 1 ⇒ r = 1
and s = − 2 − 3 = − 5 2 −2 −1 1 −2 − 2 2 + 2
II. A 3 = A 2 ⋅ A = =
−7 26 −2 2 1 −1 2 + 2 −2 − 2
∴ A=
1 −5
−4 4 −1 1
= =4
28. (a) We have, AB = C 4 −4 1 −1
x + y y 2 3
⇒ A3 = 4A
∴ =
2x x − y −1 2
Hence, only II is correct.