Remesh's Mathematics: 3. Matrix Algebra
Remesh's Mathematics: 3. Matrix Algebra
3. MATRIX ALGEBRA
1. Matrix was first introduced by Arthur Cayley in 1858. It was first used for the study of linear equations and
linear transformations. Now it is largely used in disciplines like Physics, Chemistry, Statistics, and Engineering
etc.
2. Matrix is an array of number arranged in rows and columns.
3. The numbers constituting a matrix is known as elements /members.
4. Matrices are denoted by capital letters of English alphabet and elements are denoted by small letters.
5. If a matrix has ‘m’ rows and ‘n’ columns its order is m x n (read as ‘m by n’).
1 2 3 0 - 2
E.g.: - A B
4 5 6 2 3 1 5 2 2
6. In general, an m n matrix is written as:
a 11 a 12 .... a 1j .... a 1n
a a 22 .... a 2j .... a 2 n
21
.... .... .... .... .... ....
a i1 a i2 .... a ij .... a in
.... .... .... .... .... ....
a m1 a m2 .... a mj .... a mn
Note: The double subscript ‘ij’ is called the address of the element.
Types of matrices
Page
HSSLIVE.IN
Remesh’s Mathematics [MATRICES]
7. Upper Triangular Matrix: In a square matrix, all elements below the diagonal elements are zeroes.
8. Lower Triangular Matrix: In a square matrix, all elements above the diagonal elements are zeroes.
9. Row matrix: Matrix having only one row.
10. Column Matrix: Matrix having only one column.
Addition of matrices
Two matrices are conformable for addition if and only if they are of the same order. The sum matrix is got
by adding the corresponding elements of both the matrices.
i.e., a ij bij a ij bij , where aij and bij are matrices of the same order.
Let A be a m n matrix and ‘m’ be a scalar (number). Then the scalar multiple of a matrix is obtained by
multiplying all the elements of A by the scalar ‘m’. i.e., if A aij kA kaij .
Multiplication of matrices
Two matrices are conformable for multiplication if and only if the number of columns of 1 st matrix = the
number of rows of 2nd matrix. The 1st element in the 1st row of the product matrix is obtained by taking the sum of
the product of the corresponding elements of the 1st row of the 1st matrix to the corresponding elements of the 1 st
column of the 2nd matrix. The 2nd element in the 1st row of the product matrix is obtained by taking the sum of the
product of the corresponding elements of the 1 st row of the 1st matrix to the corresponding elements of the 2 nd
column of the 2nd matrix and so on.
2 3
1 2 3
Let A B 4 5
4 5 6 1 2
1 2 2 4 3 1 1 3 2 5 3 2 2 8 3 3 10 6 13 19
AB
4 2 5 4 6 1 4 3 5 5 6 2 8 20 6 12 25 12 34 49
m n
AB is possible and is of order m n.
2
Page
HSSLIVE.IN
Remesh’s Mathematics [MATRICES]
Matrix polynomial
1 3
Note1: A
2 4
1 3 1 3 1 6 3 12 7 15
then A 2 A. A
2 4 2 4 2 8 6 16 10 22
Note2:
3 2 1 0
E.g.: If A = , and I= find k so that A 2 kA 2I .
4 2 0 1
3 2 3 2 9 8 6 4 1 2
A2
4 2 4 2 12 8 8 4 4 4
3 2 3k 2k
kA k
4 2 4k 2k
2 0
2I
0 2
3k 2 k 1 2 2 0
A 2 2I kA kA A 2 2I
4k 2k 4 4 0 2
3k 2 k 3 2
4k k 1
2k 4 2
Transpose of a matrix
2 3
2 3 1
, then A transpose, A or A 3 2
T
A
3 2 5 1 5
3
Page
HSSLIVE.IN
Remesh’s Mathematics [MATRICES]
AT
T
A
kA T k. AT
A B T AT BT
AB T BT .AT
Tips
If A is any square matrix, then AAT and AT A both are symmetric matrices.
Every square matrix can be expressed the sum of two matrices of which one is symmetric and the other is
skew-symmetric.
Elementary transformations
There are 6 elementary transformations – 3 for row transformations and 3 for column transformations.
2 5 1 4
E.g.: i) R1 R2
1 4 2 5
2 1 1 2
ii) C1 C 2
3 4 4 3
2. Multiplying each element of a row or column by a non-zero number:
Ri kRi ; Ci kCi , k is any scalar.
4
Page
HSSLIVE.IN
Remesh’s Mathematics [MATRICES]
2 6 1 3 1
E.g.: i) R1 R1
4 2 4 2 2
3 0 1 0 1
ii) C1 C1
6 4 2 4 3
3. To each element of a row or column of a matrix, a multiple of another row or column is added,
Ri Ri kR j ; Ci Ci kC j
1 2 1 2
E.g.: i) R2 R2 3R1
3 4 0 2
1 2 1 0
ii) C 2 C 2 2C1
3 5 3 1
PROBLEMS
2 5 19 7
5
1. In the matrix 35 2 12 , write:
2
3 1 5 17
(i) the order of the matrix (ii) the number of elements,
(iii) the elements a13, a21, a33, a24, a23
(i) In the given matrix, the number of rows is 3 and the number of columns is 4. Therefore, the order of the
matrix is 3 × 4.
(ii) Since the order of the matrix is 3 × 4, there are 3 × 4 = 12 elements in it.
5
(iii) a13 = 19, a21 = 35, a33 = −5, a24 = 12, a23 =
2
2. If a matrix has 24 elements, what are the possible orders it can have? What, if it has 13 elements?
We know that if a matrix is of the order m × n, it has mn elements. The factors of 24 are: 1 × 24, 2 × 12,
3 × 8 and 4 × 6. Hence, the possible orders of a matrix having 24 elements are: 1 × 24, 24 × 1, 2 × 12, 12 ×
2, 3 × 8, 8 × 3, 4 × 6, and 6 × 4
If it has 13 elements, the factors are 1 × 13 (13 is a prime number). Hence, the possible orders of a matrix
having 13 elements are 1 × 13 and 13 × 1.
5
1 1
3. Construct a 3 × 4 matrix, whose elements are given by (i) aij 3i j ii) aij 2i j
Page
2 2
HSSLIVE.IN
Remesh’s Mathematics [MATRICES]
1
(i) aij 3i j , i 1,2,3 ; j 1,2,3,4
2
1 1
a11 3 1 2 1
2 2
1 1 1
a12 3 2 1
2 2 2
1 1
a13 33 0 0
2 2
1 1 1
a14 3 4 1
2 2 2
1 1 5
a 21 6 1 5
2 2 2
1 1
a 22 62 4 2
2 2
1 1 3
a 23 63 3
2 2 2
1 1
a 24 6 4 2 1
2 2
1 1
a31 9 1 8 4
2 2
1 1 7
a32 9 2 7
2 2 2
1 1
a33 93 6 3
2 2
1 1 5
a34 9 4 5
2 2 2
1 1
1 2
0
2
5 3
Therefore, the required matrix is A 2 1
2 2
7 5
4 3
2
2
a11 2 1 1 2 1 1
Page
a12 2 1 2 2 2 0
HSSLIVE.IN
Remesh’s Mathematics [MATRICES]
a13 2 1 3 2 3 1
a14 2 1 4 2 4 2
a 21 2 2 1 4 1 3
a 22 2 2 2 4 2 2
a 23 2 2 3 4 3 1
a 24 2 2 4 4 4 0
a31 2 3 1 6 1 5
a32 2 3 2 6 2 4
a33 2 3 3 6 3 3
a34 2 3 4 6 4 2
1 0 1 2
0
Therefore, the required matrix is A 3 2 1
5 4 3 2
4 3 y z
(i)
x 5 1 5
If the given matrices are equal, their corresponding elements are also equal.
Comparing the corresponding elements, we get: x = 1, y = 4, and z = 3
x y 2 6 2
(ii)
5 z xy 5 8
If the given matrices are equal, their corresponding elements are also equal.
Comparing the corresponding elements, we get:
x y 6 ………………(1)
xy 8
5 z 5 z 55 0
x y 2 ……………..(2)
Page
HSSLIVE.IN
Remesh’s Mathematics [MATRICES]
When x − y = − 2 and x + y = 6, we get x = 2 and y = 4
∴x = 4, y = 2, and z = 0 or x = 2, y = 4, and z = 0
x y z 9
(iii)
x z 5
y z 7
If two matrices are equal, their corresponding elements are also equal.
Comparing the corresponding elements, we get:
x + y + z = 9 …………….. (1)
x + z = 5 ………………..… (2)
y + z = 7 ……………..….. (3)
From (1) and (2), we have:
y+5=9⇒y=4
Then, from (3), we have:
4+z=7⇒z=3
∴x+z=5⇒x=2
∴ x = 2, y = 4, and z = 3
5. The number of all possible matrices of order 3 × 3 with each entry 0 or 1 is:
(A) 27 (B) 18 (C) 81 (D) 512
1 2
then f A A 2 A 3I ,
2
A
2 1
1 2 1 2 5 4
A2
2 1 2 1 4 5
2 4 3 0
2A ; 3I 0 3 .
4 2
5 4 2 4 3 0 0 0
f A 0
4 5 4 2 0 3 0 0
2
7. If A= 5 3 10and B 4 then find AB
8
6
Page
HSSLIVE.IN
Remesh’s Mathematics [MATRICES]
2
AB 5 3 10 4 5 2 3 4 10 6 10 12 60 82
6
2 3
1 2 3 5 4
8. Let A and B
2 1 1 1 6
a) What is the order of AB?
b) Find AT and BT.
c) Verify that AB T B T . AT
a) order of AB is 2 x 2 (1)
1 2
2 5 1
b) A 2 1 and B
T T
(2)
3 1 3 4 6
2 3
1 2 3 9 7
c) AB 5 4
2 1 1 1 6 8 4
9 8
AB T ...................(1)
7 4
1 2
2 5 1 9 8 ............(2)
B T AT 2 1
3 4 6 3 1 7 4
From (1) and (2) we have (AB)T = BTAT.
1 2n 4n
. Pn : A n
n 1 2n
1 2 1 4 1 3 4
P1 : A1
1 1 2 1 1 1
P(1) is true.
1 2k 4k
Page
Pk : A k
k 1 2k
HSSLIVE.IN
Remesh’s Mathematics [MATRICES]
To prove that P(k+1) is true.
1 2k 1 4k 1 2k 3 4k 4
Pk 1 : A k 1
k 1 1 2k 1 k 1 1 2k
1 2k 4k 3 4
LHS A k 1 A k . A Ak
k 1 2k 1 1
1 2k 3 4k 1 1 2k 4 4k 1
3k 1 2k 4k 11 2k
3 6k 4k 4 8k 4k 2k 3 4k 4
4k 1 2k k 1 1 2k
=RHS.
k 1
Hence P(k+1) is true.
Hence P(n) is true for all values of nN.
10. The book shop of a particular school has 10 dozen chemistry books, 8 dozen physics books, 10 dozen
economics books. Their selling prices are Rs.80, Rs.60 and Rs.40 respectively. Find the total amount the
bookshop will receive from selling all the books using matrix algebra.
80
Let A 120 96 120 60 120 80 96 60 120 40
40
9600 5760 4800 20160
1 5
11. Using elementary transformation, find the inverse of . (3)
3 4
1 5 1 0
A IA A
3 4 0 1
R 2 R 2 3R1
1 5 1 0
0 11 3 1 A
1
R2 R2
11
1 5 1 0
0 1 3 1 A
11 11
R1 R1 5 R 2
4 5
1 0 11 11 A A 1 1 4 5
0 1 3 1
11 3 1
11 11
10
Page
HSSLIVE.IN
Remesh’s Mathematics [MATRICES]
Dear student, study all the notes and examples mentioned above thoroughly and answer all questions in the
NCERT text. If you find any difficulty, please feel free to ask to your Maths teacher or just write to me through
hsslive.in
Important questions as well as previous year’s board questions of this chapter shall be given to you in the
coming session.
by Remesh sir.
11
Page
HSSLIVE.IN