Matrices
Matrices
1 ≤ 𝑖 ≤ 𝑚, 1 ≤ 𝑗 ≤ 𝑛, 𝑖, 𝑗 ∈ 𝑁
The element 𝑎𝑖𝑗 is an element lying in the 𝑖𝑡ℎ row and 𝑗𝑡ℎ column
and is known as the (𝑖, 𝑗)𝑡ℎ element of A. the number of elements in
𝑚 × 𝑛 matrix will be equal to 𝑚𝑛. For example
1 0 −1 1
1 2 0
( ) (3 −7 2) (0)
0 1 2 2×3
1 6 8 3×3 −1 3×1
3.1.3 Types of Matrices
I. A matrix is said to be a row matrix if it has only one row. For
Example [3 5 7 9] is a row matrix (row vector )of the type 1 × 4
II. A matrix is said to be a column matrix if it has only one column.
1
For example, (9) is a column matrix (column vector) of the type 3 × 1
0
III. A matrix in which the number of rows are equal to the number of
columns is said to be a square matrix. Thus, an 𝑚 × 𝑛 matrix is
said to be a square matrix if 𝑚 = 𝑛 and is known as a square
1 0 −1
matrix of order ‘n’ . For example (3 −7 2 )
1 6 8 3×3
IV. A square matrix 𝐵 = [𝑏𝑖𝑗 ] is said to be a diagonal matrix if
𝑛×𝑛
its all non diagonal elements are zero, that is a matrix 𝐵 =
[𝑏𝑖𝑗 ] is said to be a diagonal matrix if 𝑏𝑖𝑗 = 0, 𝑤ℎ𝑒𝑛 𝑖 ≠ 𝑗.
𝑛×𝑛
1 0 0
For example (0 2 0)
0 0 4
V. A diagonal matrix is said to be a scalar matrix if its diagonal
elements are equal, that is, a square matrix 𝐵 = [𝑏𝑖𝑗 ] is said
𝑛×𝑛
to be a scalar matrix if 𝑏𝑖𝑗 = 0, 𝑤ℎ𝑒𝑛 𝑖 ≠ 𝑗
𝑏𝑖𝑗 = 𝑘, 𝑤ℎ𝑒𝑛 𝑖 = 𝑗 for some constant k. For example,
2 0 0
(0 2 0)
0 0 2
50
Chapter 3 Matrices
VI. A square matrix in which elements in the diagonal are all 1 and
rest are zeros is called an identity matrix. In other words, the
square matrix 𝐴 = [𝑎𝑖𝑗 ] is an identity matrix, if
𝑚×𝑛
51
Chapter 3 Matrices
52
Chapter 3 Matrices
REMARKS:
1- The equality relation in the set of all matrices is an
equivalence relation since the following three properties (for
equivalence relation) can be easily verified.
(i) If 𝐴 is any matrix then 𝐴 = 𝐴 (Refllexivity)
(ii) If 𝐴 = 𝐵 then 𝐵 = 𝐴
(Symmetry)
(iii) If 𝐴 = 𝐵 and 𝐵 = 𝐶 then 𝐴 = 𝐶 (transitivity)
3.1.6 Addition of matrices
let A =[aij ] and 𝐵 = [𝑏𝑖𝑗 ] be tow matrices of the same order 𝑚 × 𝑛 ,then their
sum (difference), to be denoted by 𝐴 + 𝐵 (𝐴 − 𝐵) , is defined to be the matrix
𝐶 = [𝑐𝑖𝑗 ] of order 𝑚 × 𝑛, where each element of 𝐶 is the sum (difference) of the
corresponding elements of 𝐴 and 𝐵 , taken in that order ,i.e.,
𝑐𝑖𝑗 = 𝑎𝑖𝑗 ∓ 𝑏𝑖𝑗
For all values of 𝑖 and 𝐽 . Thus
𝐶 = 𝐴 ∓ 𝐵 = [𝑎ij ∓ 𝑏𝑖𝑗 ]
For example
1 2 0 −1 1 1 1 3
𝐴=( ) and 𝐵 = ( ), then 𝐴 + 𝐵 = ( ) and 𝐴 − 𝐵 = ( )
0 3 1 2 1 5 −1 1
PROPERTIES OF MATRIX ADDITION
Matrix addition is commutative; that is if 𝐴 and 𝐵 be any two matrices
conformable for addition, then 𝐴+𝐵 =𝐵+𝐴
53
Chapter 3 Matrices
54
Chapter 3 Matrices
2 −3 4 𝑇 2 3 4
= (3 2 −1) = (−3 2 0)
4 0 −2 4 −1 −2
1 2 4 1 1 0 2 3 4
𝑇 𝑇
𝐴 + 𝐵 = (−3 1 −3) + (0 1 3 ) = (−3 2 0)
2 −3 −1 2 2 −1 4 −1 −2
Similarly, we can show that
(𝐴 − 𝐵)𝑇 = 𝐴𝑇 − 𝐵𝑇
1 −3 2 𝑻 2 −6 4 𝑻
𝑇
(𝑘𝐴) = {2 (2 1 −3)} = (4 2 −6)
4 −3 −1 8 −6 −2
2 4 8
= (−6 2 −6)
4 −6 −2
1 −3 2 𝑇 1 2 4
𝑇
𝑘𝐴 = 2 (2 1 −3) = 2 (−3 1 −3) =
4 −3 −1 2 −3 −1
2 4 8
= (−6 2 −6)
4 −6 −2
Similarly, we can show that
(𝐴𝐵)𝑇 = 𝐵𝑇 𝐴𝑇
3.1.14 (Orthogonal matrix)
An n- rowed square matrix is said to be Orthogonal if 𝐴𝐴𝑇 = 𝐴𝑇 𝐴 =
𝐼𝑛
Example (3)
cos 𝜃 sin 𝜃
Prove that 𝐴 = ( ) is orthogonal matrix
− sin 𝜃 cos 𝜃
Solution
57
Chapter 3 Matrices
58
Chapter 3 Matrices
1 1
−1 2 3 6
1 −2
For examples ( 1 0 ), (3 4 5) , (
2 ) are
−2 0
−1 0
5 6 5 9
0 1 −2
Symmetric. For example, (−1 0 3 ) is skew symmetric
2 −3 0
Note: Diagonal elements of a skew symmetric matrix are zero.
III. Theorem 1: For any matrix A with real number entries, 𝐴 + 𝐴𝑇
is a symmetric matrix and 𝐴 − 𝐴𝑇 is a skew symmetric matrix.
Proof
𝐴𝑇 = ( 𝐵 + 𝐵𝑇 )𝑇 = 𝐵𝑇 + ( 𝐵𝑇 )𝑇 = 𝐵𝑇 + 𝐵 = 𝐵 + 𝐵𝑇 =
𝐴
𝑇 𝑇 𝑇
𝐶 𝑇 = ( 𝐵 + ( − 𝐵 𝑇 )) = 𝐵𝑇 + ( − 𝐵𝑇 ) = 𝐵𝑇 − ( 𝐵𝑇 )
= 𝐵𝑇 − 𝐵 = − ( 𝐵 − 𝐵𝑇 ) = − 𝐶
1 −3 2
If 𝐵 = (2 1 −3), Find 𝐵 + 𝐵𝑇 , 𝐵 − 𝐵𝑇
4 −3 −1
Solution
59
Chapter 3 Matrices
1 2 4
𝑇
𝐵 = (−3 1 −3) and
2 −3 −1
2 −1 6
𝑇
𝐴 = 𝐵 + 𝐵 = (−1 2 −6) . Thus 𝐴𝑇 = 𝐴
6 −6 −2
0 −5 −2
𝑇
𝐴 = 𝐵 − 𝐵 = (5 0 0 ) . Thus 𝐴𝑇 = −𝐴
2 0 0
IV. Theorem 2: any square matrix A can be expressed as the sum of
a symmetric matrix and a skew symmetric matrix, that is
(𝐴 + 𝐴𝑇 ) (𝐴 − 𝐴𝑇 )
𝐴= +
2 2
Example (6)
Express the following matrix as the sum of a symmetric and skew
symmetric matrix:
1 −1 4
𝐴 = (2 1 3)
4 3 0
Solution
(𝐴 + 𝐴𝑇 ) 𝟏 1 −1
4 1 2 4
= {(2 3) + (−1 1 3)} =
1
2 𝟐
4 03 4 3 0
1
2 1 8 1 4
𝟏 2
( 1 2 6) = 1
𝟐 1 3
8 6 0 2
(4 3 0)
(𝐴 − 𝐴𝑇 ) 𝟏 1 −1 4 1 2 4
= {(2 1 3) − (−1 1 3)}
2 𝟐
4 3 0 4 3 0
60
Chapter 3 Matrices
−3
0 0
𝟏 0 −3 0 2
(3 0 0) = 3
𝟐 0 0
0 0 0 2
(0 0 0)
Then matrix 𝐴 can be expressed as a sum of symmetric matrix and
skew symmetric matrix as,
1 −3
1 −1 4 1 4 0 0
2 2
𝐴 = (2 1 3) = 1 + 3
4 3 0 1 3 0 0
2 2
(4 3 0) (0 0 0)
1 −3
1 4 0 0
2 2
Here, ( 1 1 3) is a symmetric matrix and (
3
0 0) is a skew
2 2
4 3 0 0 0 0
symmetric matrix.
Remark
In Symmetric Matrix. The elements of the principal diagonal may be
any elements, but in Skew Symmetric Matrix. The elements of the
principal diagonal are always zeroes.
−1 −2
3
then |𝐴| = |−2 11|. The cofactors of the elements
4 −5
2
of the first row of the determinant |𝐴| , i.e. , the cofactors of the
1 1 −2 1 −2 1
elements -1 , -2 and 3 are | |,−| |,−| |, i.e., are
−5 2 4 2 4 −5
7,8and 6 restively .
Similarly, the cofactors of the elements of the second row he
determinant |𝐴|, i.e., the cofactors of the elements -2 ,1 and 1
−2 3 −1 3 −1 −2
are − | |,| |,−| | are -11,-14and -13
−5 2 4 2 4 −5
respectively.
Also, the cofactors of the elements of the third row of the determinant
|𝐴| , i.e., the cofactors of the element 4, -5 and 2 are |−2 3|, -
1 1
−1 3 −1 −2
| |, | |, i.e., are -5 , -5 and -5 respectively .
−2 1 −2 1
7 8 6
∴ Adj A = transpose of the matrix B , where B= [−11 −14 −13]
−5 −5 −5
is the matrix forms of the cofactors of the elements of |𝐴|.
7 −11 −5
∴ Adj. A = [8 −14 −5]
6 −13 −5
Properties of Adj. Matrix
1- If 𝐴 is a square matrix of order n , then
62
Chapter 3 Matrices
63
Chapter 3 Matrices
1
Hence (|𝐴| . 𝐴𝑑𝑗. 𝐴) is the 𝑖𝑛𝑣𝑒𝑟𝑠𝑒 of A. It is usual to denote the
𝐴𝑑𝑗.𝐴
inverse of 𝐴 𝑏𝑦 𝐴−1 , 𝑖. 𝑒. 𝐴−1 = |𝐴|
and this provides as atool for
computing the inverse of a non-singular matrix.
Example (8)
8 4 2
If 𝐴 = [2 8 4], find 𝐴−1
1 2 8
Solution
8 4 2
|𝐴| = |2 8 4| = 392.
1 2 8
56 −12 −4
The cofactor matrix is 𝐵 = [−28 62 −12]
0 −28 56
∴ 𝐴𝑑𝑗. 𝐴 = Transpose of the matrix B.
56 −28 0
∴ 𝐴𝑑𝑗. 𝐴 = [−12 62 −28]
−4 −12 56
56 −28 0
392 392 392
1 −12 62 −28
Now 𝐴−1 = |𝐴| . 𝐴𝑑𝑗. 𝐴 = 392 392 392
.
−4 −12 56
[ 392 392 392 ]
1 −1
0
7 14
−3 31 −1
Hence, 𝐴−1 = 98 196 14
−1 −3 1
[ 98 98 7 ]
3.1.18 Use of the Inverse of a Matrix to solve the system of Linear Equations
Consider the system of 𝑛 linear equation
64
Chapter 3 Matrices
65
Chapter 3 Matrices
1 ∆
𝑥𝑖 = (𝐴1𝑖 𝑏1 + 𝐴2𝑖 + ⋯ + 𝐴𝑛𝑖 𝑏𝑛 ) = 𝑖,say,
∆ ∆
(4)
𝑖 = 1,2, … , 𝑛
Where ∆𝑖 is the determinant obtained by replacing the 𝑖𝑡ℎ column ∆ =
|𝐴| by the elements 𝑏1 , 𝑏2 , … , 𝑏𝑛 . Now the rule (4) is same as given by
Cramer's rule.
Example (9)
𝑆𝑜𝑙𝑣𝑒 𝑡ℎ𝑒 𝑓𝑜𝑙𝑙𝑜𝑤𝑖𝑛𝑔 𝑠𝑦𝑠𝑡𝑒𝑚 𝑜𝑓 𝑙𝑖𝑛𝑒𝑎𝑟 𝑒𝑞𝑢𝑎𝑡𝑖𝑜𝑛𝑠
(𝑖) 𝑥 − 3𝑦 + 𝑧 = −1 , 2𝑥 + 𝑦 − 4𝑧 = −1 &
6𝑥 − 7𝑦 + 8𝑧 = 7
(𝑖𝑖) 𝑥 + 𝑦 + 𝑧 = 3 , 3𝑥 − 5𝑦 + 2𝑧 = 8 &
5𝑥 − 3𝑦 + 4𝑧 = 14
(𝑖𝑖𝑖) 2𝑥 − 5𝑦 + 7𝑧 = 6 , 𝑥 − 3𝑦 + 4𝑧 = 3 &
3𝑥 − 8𝑦 + 11𝑧 = 11.
Solution: (i) The given system of equations can be written matrix form as
AX= B
1 −3 1 𝑥 −1
A = [2 1 −4], X=[𝑦], B= [−1] … (1)
6 −7 8 𝑧 7
We have |𝐴 | = 1(8 − 28)— 3(16 + 24) + (−14 − 6) = 80 ≠ 0, expand
by 𝑅1 since |𝐴| ≠ 0, then A is non-singular . Hence 𝐴−1 exist and the solution
of (1) is given by
𝑋 = 𝐴−1 𝐵 (2)
−20 −40
−20
∴ Cof.A = [ 17 −11]
2
11 6
7
−20 −40 −20
𝑇
𝐴𝑑𝑗. 𝐴 = (𝑐𝑜𝑓 𝐴) = [ 17 2 −11]
11 6 7
66
Chapter 3 Matrices
−20 17 11
−1 1 1
𝐴 = |𝐴|
𝐴𝑑𝑗. 𝐴 = [−40 2 6]
80
−20 −11 7
We have
|𝐴| = 1 (−20 + 6) − 1 (12 − 10) + 1(−9 + 25) = 0 .
−1
Since |𝐴|=0, then A is singular. Hence 𝐴 does not exist, so the above
method fails. If we examine the given set of equations can be replaced by the
set
𝑥+𝑦+𝑧 =3
] . . (1)
3𝑥 − 5𝑦 + 2𝑧 = 8
These two equations cannot give a unique solution. But if we assume any
one of the unknowns arbitrarily, say 𝑧 = 𝑘 , then we write the equations (1)
as
𝑥+𝑦 =3−𝑘
] (2)
3𝑥 − 5𝑦 = 8 − 2𝑘
1 1
The coefficient matrix [ ] of equations (2) is non-singular and its
3 −5
inverse is
1 −5 −1
− [ ]
8 −3 1
67
Chapter 3 Matrices
2 −5 7 𝑥 6
A= [1 −3 4 ], X= [𝑦], B= [ 3 ]
3 −8 11 𝑧 11
We have
|𝐴| = 2 (−33 + 32) − (−5)(11 − 12) + 7(−8 + 9) = 0.
Hence, 𝐴−1 does not exist, so the above method fails. If we examine the
three given equations, we find that the left-hand side of third equations, we
find that the left-hand side of third equation is a combination ( 𝑖. 𝑒., their
sum ) .
Consider the first two equations of the given system of equations:
2𝑥 − 5𝑦 + 7𝑧 = 6
] …(1)
𝑥 − 2𝑦 + 4𝑧 = 3
These 2 equations cannot give a unique solution , but if we assume any one
of the unknown arbitrarily, say 𝑧 = 𝑘 , then we can write the equations (1)
as,
2𝑥 − 5𝑦 = 6 − 7𝑘
𝑥 − 3𝑦 = 3 − 4𝑘
2 −5
The coefficient matrix [ ] of these two equaions is non-singular
1 −3
and its inverse is ..
(−1) [−3 5
]
−1 2
By using the technique = 𝐴−1 𝐵, we have,
68
Chapter 3 Matrices
𝑥 −3 5 6 − 7𝑘 3−𝑘
[𝑦 ] = − [ ][ ]=[ ]
−1 2 3 − 4𝑘 𝑘
∴ 𝑥 = 3 − 𝑘 , 𝑦 = 𝑘 , 𝑧 = 𝑘 ,.
Putting these values in the third equation 3𝑥 − 3𝑦 + 11𝑧 = 11 , we
get,
3(3 − 𝑘) − 8𝑘 + 11𝑘 = 11
Or
0=2 Which is impossible.
Example 2
2 3 1 3 2 1 4 6 8
If 𝐴 = [ ], 𝐵 = [ ],𝐶 = [ ],𝐷 = [ ] , then
1 2 4 3 1 2 5 7 9
which of the sums 𝐴 + 𝐵, 𝐵 + 𝐶, 𝐶 + 𝐷, 𝑎𝑛𝑑 𝐵 + 𝐷 is defined?
69
Chapter 3 Matrices
Solution
Only 𝐵 + 𝐷 is defined since matrices of the same order can only by
added.
Example 3
Show that a matrix which is both symmetric and skew symmetric is a
zero matrix.
Solution
Let 𝐴 = 𝑎𝑖𝑗 be a matrix which is both symmetric and skew
symmetric.
Since A is a skew symmetric matrix, so 𝐴′ = −𝐴
Thus for all i and j, we have 𝑎𝑖𝑗 = −𝑎𝑗𝑖
Again, since A is a symmetric matrix, so 𝐴′ = 𝐴
Thus for all i and j, we have 𝑎𝑗𝑖 = 𝑎𝑖𝑗
Therefore, from (1) and (2), we get
𝑎𝑖𝑗 = −𝑎𝑖𝑗 for all i and j
Or 2𝑎𝑖𝑗 = 0
i.e. 𝑎𝑖𝑗 = 0 for all i and j. Hence A is a zero matrix.
Example 4
1 2 𝑥
If [2𝑥 3] [ ] [ ] = O find the value of x
−3 0 8
Solution
We have,
[2𝑥 1 2 𝑥 𝑥
3] [ ] [ ] = O ⟹ [2𝑥 − 9 4𝑥 ] [8] = [O]
−3 0 8
Or [2𝑥 2 − 9𝑥 + 32𝑥 ] = [O] ⟹ 2𝑥 2 + 23𝑥 = 0
70
Chapter 3 Matrices
−23
Or 𝑥 (2𝑥 + 23) = 0 ⟹ 𝑥 = 0 , 𝑥 =
2
Example 5
if A is 3 × 3 invertible matrix, then show that for any scalar k (non-
1
zero) 𝑘𝐴 is invertible and (𝑘𝐴)−1 = 𝐴−1
𝑘
Solution
We have
1 1
𝑘𝐴 ( 𝐴−1 ) = (𝑘. ) (𝐴. 𝐴−1 ) = 1(I) = I
𝑘 𝑘
1 1
Hence (𝑘𝐴) is inverse of ( 𝐴−1 ) or (𝑘𝐴)−1 = 𝐴−1
𝑘 𝑘
71
Chapter 3 Matrices
−3 −7
0
0 −3 −7 2 2
𝐴−𝐴𝑇 1 3 7
And = [3 0 7 ]= 0
2 2 2 2
7 −7 0 7 −7
[2 0]
2
Therefore,
11 −5 −3 −7
2 0
2 2 2 2
𝐴 + 𝐴′ 𝐴 − 𝐴′ 11 3 3 7
+ = 3 + 0
2 2 2 2 2 2
−5 3 7 −7
[2 4] [ 0]
2 2 2
2 4 −6
= [7 3 5 ]=𝐴
1 −2 4
Example 7
1 3 2
If 𝐴 = [2 0 −1] then show that A satisfies the equation 𝐴3 −
1 2 3
2
4𝐴 − 3𝐴 + 11I = O
Solution
1 3 2 1 3 2
2
𝐴 = 𝐴 × 𝐴 = [2 0 −1] × [2 0 −1]
1 2 3 1 2 3
1+6+2 3+0+4 2−3+6
= [2 + 0 − 1 6 + 0 − 2 4 + 0 − 3]
1+4+3 3+0+6 2−2+9
9 7 5
= [1 4 1]
8 9 9
9 7 5 1 3 2
3 2
And 𝐴 = 𝐴 × 𝐴 = [1 4 1] × [2 0 −1]
8 9 9 1 2 3
72
Chapter 3 Matrices
9 + 14 + 5 27 + 0 + 10 18 − 7 + 15
=[1+8+1 3+0+2 2−4+3 ]
8 + 18 + 9 24 + 0 + 18 16 − 9 + 27
28 37 26
= [10 5 1]
35 42 34
Now 𝐴3 − 4𝐴2 − 3𝐴 + 11I
28 37 26 9 7 5 1 3 2 1 0 0
[10 5 1 ] − 4 [1 4 1] − 3 [2 0 −1] + 11 [0 1 0]
35 42 34 8 9 9 1 2 3 0 0 1
28 − 36 − 3 + 11 37 − 28 − 9 + 0 26 − 20 − 6 + 0
= [ 10 − 4 − 6 + 0 5 − 16 + 0 + 11 1−4+3+0 ]
35 − 32 − 3 + 0 42 − 36 − 6 + 0 34 − 36 − 9 + 11
0 0 0
= [0 0 0] = O
0 0 0
Example 8
2 3
Let 𝐴 = [ ] Then Show that 𝐴2 − 4𝐴 + 7I = O
−1 2
Using this result calculate 𝐴5 also.
Solution
We have
2 3 2 3 1 12
𝐴2 = [ ]×[ ]=[ ]
−1 2 −1 2 −4 1
−8 −12 7 0
−4𝐴 = [ ] , 7I = [ ]
4 −8 0 7
Therefore, 𝐴2 − 4𝐴 + 7I =
1−8+7 12 − 12 + 0 0 0
[ ]=[ ]=O
−4 + 4 + 0 1−8+7 0 0
⟹ 𝐴2 = 4𝐴 − 7I
Thus 𝐴3 = 𝐴. 𝐴2 = 𝐴(4𝐴 − 7I) = 4(4𝐴 − 7I) − 7𝐴
73
Chapter 3 Matrices
Example 10
2 3
2 −1 3
If 𝐴 = [ ] 𝑎𝑛𝑑 𝐵 = [4 −2] then
−4 5 1
1 5
A. Only AB is defined
B. Only BA is defined
74
Chapter 3 Matrices
Example 11
0 0 5
The matrix 𝐴 = [0 5 0] is a
5 0 0
A. Scalar matrix
B. Diagonal matrix
C. Unit matrix
D. Square matrix
Solution
D. is correct answer
Example 12
If A and B are symmetric matrices of the same order, then
(𝐴𝐵𝑇 − 𝐵𝐴𝑇 ) is a
A. Skew symmetric matrix
B. Null matrix
C. Symmetric matrix
D. None of these
Solution
𝑇
𝑇
A. is correct answer since (𝐴𝐵 − 𝐵𝐴 ) = (𝐴𝐵𝑇 )𝑇 − (𝐵𝐴𝑇 )𝑇 =
𝑇
75
Chapter 3 Matrices
Example 13
If A and B are two skew symmetric matrices of same order, then AB
is symmetric matrix if ….
Solution
𝐴𝐵 = 𝐵𝐴
Example 14
If A and B are matrices of same order, then (3𝐴 − 2𝐵)𝑇 is equal to
….
Solution
3𝐴𝑇 − 2𝐵𝑇
Example 15
Addition of matrices is defined if order of the matrices is ….
Solution
Same
State whether the statements in each of the examples 16 to 19 is true
or false:
Example 16
If two matrices A and B are of the same order, then 2𝐴 + 𝐵 = 𝐵 +
2𝐴
Solution
76
Chapter 3 Matrices
True
Example 17
Matrix subtraction is associative
Solution
False
Example 18
For the nonsingular matrix A,
(𝐴𝑇 )−1 = (𝐴−1 )𝑇
Solution
True
Example 19
𝐴𝐵 = 𝐴𝐶 ⟹ 𝐵 = 𝐶 for any three matrices of same order.
Solution
False
3.3 EXERCISE
Short Answer (S.A.)
1. If a matrix has 28 elements, what are the possible orders it can
have? What if it has 13 element?
𝑎 1 𝑥
2. In the matrix 𝐴 = [2 √3 𝑥 2 − 𝑦] write:
−2
0 5
5
I. The order of the matrix A
77
Chapter 3 Matrices
3 1 −1 2 1 −1
7. If 𝑋 = [ ] 𝑎𝑛𝑑 𝑌 = [ ] Find
5 −2 −3 7 2 4
I. 𝑋+𝑌
II. 2𝑋 − 3𝑌
III. A matrix Z such that 𝑋 + 𝑌 + 𝑍 is a zero matrix.
0 1 0 −1
9. If 𝐴 = [ ] 𝑎𝑛𝑑 𝐵 = [ ] show that (𝐴 + 𝐵)(𝐴 −
1 1 1 0
2 2
𝐵) ≠ 𝐴 − 𝐵
10. Find the value of x
78
Chapter 3 Matrices
1 3 2 1
[1 𝑥 1] [ 2 5 1] [2] = O
15 3 2 𝑥
5 3
11. Show that 𝐴 = [ ] satisfies the equation 𝐴2 − 3𝐴 −
−1 −2
7I = O and hence find 𝐴−1
12. Find the matrix A satisfying the matrix equation:
2 1 −3 2 1 0
[ ]𝐴[ ]=[ ]
3 2 5 −3 0 1
4 −4 8 4
13. Find A, if [1] 𝐴 = [−1 2 1]
3 −3 6 3
3 −4
2 1 2
14. If 𝐴 = [1 1 ] 𝑎𝑛𝑑 𝐵 = [ ], then verify
1 2 4
2 0
2 2
[𝐵𝐴] ≠ 𝐵 𝐴 2
4 1
2 1 2
𝐴=[ ] , 𝐵 = [2 3]
1 2 4
1 2
1 4
2 4 0
17. Given 𝐴 = [ ] , 𝐵 = [2 8]
3 9 6
1 3
Is (𝐴𝐵)′ = 𝐵′𝐴′ ?
79
Chapter 3 Matrices
1 2 2 3 1 0
22. If 𝐴 = [ ], 𝐵 = [ ] 𝑎𝑛𝑑 𝐶 = [ ] verify:
−2 1 3 −4 −1 0
I. (𝐴𝐵)𝐶 = 𝐴(𝐵𝐶 )
II. 𝐴(𝐵 + 𝐶 ) = 𝐴𝐵 + 𝐴𝐶
𝑥 0 0 𝑎 0 0
23. If 𝑃 = [0 𝑦 0] 𝑎𝑛𝑑 𝑄 = [0 𝑏 0] prove that
0 0 𝑧 0 0 𝑐
𝑥𝑎 0 0
𝑃𝑄 = [ 0 𝑦𝑏 0 ] = 𝑄𝑃
0 0 𝑧𝑐
−1 0 −1 1
24. If [2 1 3] [−1 1 0 ] [ 0 ] = 𝐴 find A
0 1 1 −1
80
Chapter 3 Matrices
5 3 4 −1 2 1
25. If: 𝐴 = [2 1] , 𝐵 = [ ] 𝑎𝑛𝑑 𝐶=[ ]
8 7 6 1 0 2
verify that 𝐴(𝐵 + 𝐶 ) = (𝐴𝐵 + 𝐴𝐶 )
1 0 −1
26. If 𝐴 = [2 1 3 ] then verify that
0 1 1
𝐴2 + 𝐴 = 𝐴(𝐴 + I) where I is 3 × 3 unit matrix.
4 0
0 −1 2
27. If 𝐴 = [ ] 𝑎𝑛𝑑 𝐵 = [1 3] then verify that:
4 3 −4
2 6
I. (𝐴′)′ = 𝐴
II. (𝐴𝐵)′ = 𝐵′𝐴′
III. (𝑘𝐴)′ = (𝑘𝐴′)
1 2 1 2
28. If 𝐴 = [4 1] , 𝐵 = [6 4] then verify that:
5 6 7 3
′ ′
I. (2𝐴 + 𝐵) = 2𝐴 + 𝐵′
II. (𝐴 − 𝐵)′ = 𝐴′ − 𝐵′
29. Show that 𝐴′𝐴 and 𝐴𝐴′ are both symmetric matrices for any
matrix A.
30. Let A and B be square matrices of the order 3 × 3 is (𝐴𝐵)2 =
𝐴2 𝐵2 ? Give reasons.
31. Show that if A and B are square matrices such that 𝐴𝐵 = 𝐵𝐴
then (𝐴 + 𝐵)2 = 𝐴2 + 2𝐴𝐵 + 𝐵2
1 2 4 0 2 0
32. Let 𝐴 = [ ] ,𝐵 = [ ] ,𝐶 = [ ]
−1 3 1 5 1 −2
𝑎 = 4, 𝑏 = −2
Show that
I. 𝐴 + (𝐵 + 𝐶 ) = (𝐴 + 𝐵) + 𝐶
81
Chapter 3 Matrices
cos 𝜃 sin 𝜃
33. If 𝐴 = [ ] then show that
− sin 𝜃 cos 𝜃
cos 2𝜃 sin 2𝜃
𝐴2 = [ ]
− sin 2𝜃 cos 2𝜃
0 −𝑥 0 1
34. 𝐴 = [ ] ,𝐵 = [ ] 𝑎𝑛𝑑 𝑥 2 = −1
𝑥 0 1 0
Then show that (𝐴 + 𝐵) = 𝐴2 + 𝐵2
2
0 1 −1
2
35. Verify that 𝐴 = I when 𝐴 = [4 −3 4 ]
3 −3 4
36. Prove by mathematical induction that
(𝐴′)𝑛 = (𝐴𝑛 )′ where 𝑛 ∈ 𝑁 for any square matrix A.
𝑥𝑦 4 8 𝑤
38. If [ ]= [ ] then find the values of x, y, z
𝑧+6 𝑥+𝑦 0 6
and w.
82
Chapter 3 Matrices
1 5 9 1
39. If 𝐴 = [ ] 𝑎𝑛𝑑 𝐵 = [ ] find a matrix C such that
7 12 7 8
3𝐴 + 5𝐵 + 2𝐶 is a null matrix.
3 −5
40. If 𝐴 = [ ] then find 𝐴2 − 5𝐴 − 14I Hence, obtain
−4 2
3
𝐴
41. Find the value of a, b, c and d if
𝑎 𝑏 𝑎 6 4 𝑎+𝑏
3[ ]=[ ]+[ ]
𝑐 𝑑 −1 2𝑑 𝑐+𝑑 3
1 2
43. If 𝐴 = [ ] find 𝐴2 + 2𝐴 + 7I
4 1
cos 𝛼 sin 𝛼
44. If 𝐴 = [ ] and 𝐴−1 = 𝐴′ find the value of 𝛼
− sin 𝛼 cos 𝛼
0 𝑎 3
45. If the matrix [2 𝑏 −1] is a skew symmetric matrix, find
𝑐 1 0
the values of a, b and c.
cos 𝑥 sin 𝑥
46. If 𝑃(𝑥) = [ ] then show that
− sin 𝑥 cos 𝑥
𝑃(𝑥 ). 𝑃(𝑦) = 𝑃(𝑥 + 𝑦) = 𝑃(𝑦). 𝑃(𝑥)
47. If A is square matrix such that 𝐴2 = 𝐴 show that (I + A)3 =
7𝐴 + I
48. If A, B are square matrices of same order and B is a skew
symmetric matrix, show that 𝐴′𝐵𝐴 is skew symmetric.
83
Chapter 3 Matrices
2 3 1
52. Express the matrix [1 −1 2] as the sum of a symmetric
4 1 2
and skew symmetric matrix.
0 0 4
53. The matrix 𝑃 = [0 4 0] is a
4 0 0
A. Square matrix
B. Diagonal matrix
C. Unit matrix
D. None
84
Chapter 3 Matrices
𝑥
1
sin−1 (𝑥𝜋) tan−1 ( )
𝜋
56. If 𝐴 = [ 𝑥
],
𝜋 −1 −1 (
sin ( ) cot 𝑥𝜋)
𝜋
−1 −1
𝑥
1 − cos (𝑥𝜋) tan ( )
𝐵= [ 𝜋 ]
𝜋 sin−1 (𝑥 ) −1
− tan (𝑥𝜋)
𝜋
Then 𝐴 – 𝐵 is equal to
A. 1
B. O
C. 2I
1
D. I
2
57. If A and B are two matrices of the order 3 × 𝑚 and 3 × 𝑛
,respectively, and 𝑚 = 𝑛 ,then the order of matrix 5𝐴 − 2𝐵 is
A. 𝑚 × 3
B. 3 × 3
C. 𝑚 × 𝑛
D. 3 × 𝑛
0 1
58. If 𝐴 = [ ] ,then 𝐴2 is equal to
1 0
85
Chapter 3 Matrices
0 1
A. [ ]
1 0
1 0
B. [ ]
1 0
0 1
C. [ ]
0 1
1 0
D. [ ]
0 1
59. If matrix 𝐴 = [𝑎𝑖𝑗 ] where 𝑎𝑖𝑗 = 1 if 𝑖 ≠ 𝑗
2×2
2
𝑎𝑖𝑗 = 0 if 𝑖 = 𝑗 ,then 𝐴 is equal to
A. I
B. A
C. 0
D. None of these
1 0 0
60. The matrix [0 2 0] is a
0 0 4
A. Identity matrix
B. Symmetric matrix
C. Skew symmetric matrix
D. None of these
0 −5 8
61. The matrix [ 5 0 12] is a
−8 −12 0
A. Diagonal matrix
B. Symmetric matrix
C. Skew symmetric matrix
D. Scalar matrix
62. If A is matrix of order 𝑚 × 𝑛 and B is a matrix such that
𝐴𝐵′ 𝑎𝑛𝑑 𝐵′𝐴 are both defined, then order of matrix B is
A. 𝑚 × 𝑚
B. 𝑛 × 𝑛
C. 𝑛 × 𝑚
D. 𝑚 × 𝑛
86
Chapter 3 Matrices
1−3 1 −1 3 1
[ ] =[ ] [ ] we have:
2 4 0 1 2 4
1 −5 1 −1 3 −5
A. [ ] =[ ] [ ]
0 4 −2 2 2 0
1 −5 1 −1 3 −5
B. [ ] =[ ] [ ]
0 4 0 1 −0 2
1 −5 1 −3 3 1
C. [ ] =[ ] [ ]
2 0 0 1 −2 4
1 −5 1 −1 3 −5
D. [ ] =[ ] [ ]
2 0 0 1 2 0
67. On using elementary row operation 𝑅1 → 𝑅1 − 3𝑅2 in the
following matrix equation
87
Chapter 3 Matrices
4 2 1 2 2 0
[ ] =[ ] [ ] we have:
3 3 0 3 1 1
−5 −7 1 −7 2 0
A. [ ] =[ ] [ ]
3 3 0 3 1 1
−5 −7 1 2 −1 −3
B. [ ] =[ ] [ ]
3 3 0 3 1 1
−5 −7 1 2 2 0
C. [ ] =[ ] [ ]
3 3 1 −7 1 1
4 2 1 2 2 0
D. [ ] =[ ] [ ]
−5 −7 −3 −3 1 1
88
Chapter 3 Matrices
90