0% found this document useful (0 votes)
65 views11 pages

Remesh's Mathematics: 3. Matrix Algebra

The document discusses matrix algebra and defines key terms: 1. A matrix is an array of numbers arranged in rows and columns. The order of a matrix is defined by the number of rows and columns. 2. There are different types of matrices including square, zero, diagonal, scalar, and identity matrices. 3. Matrix operations include addition, scalar multiplication, and multiplication. Matrix multiplication is only defined when the number of columns of the first matrix equals the number of rows of the second matrix. 4. The transpose of a matrix is obtained by interchanging its rows and columns. Symmetric and skew-symmetric matrices are defined based on their relationship to the transpose.

Uploaded by

vijay
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views11 pages

Remesh's Mathematics: 3. Matrix Algebra

The document discusses matrix algebra and defines key terms: 1. A matrix is an array of numbers arranged in rows and columns. The order of a matrix is defined by the number of rows and columns. 2. There are different types of matrices including square, zero, diagonal, scalar, and identity matrices. 3. Matrix operations include addition, scalar multiplication, and multiplication. Matrix multiplication is only defined when the number of columns of the first matrix equals the number of rows of the second matrix. 4. The transpose of a matrix is obtained by interchanging its rows and columns. Symmetric and skew-symmetric matrices are defined based on their relationship to the transpose.

Uploaded by

vijay
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

Remesh’s Mathematics [MATRICES]

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 

Here (aij) is the general element where


i = 1,2,………,m and
j = 1,2,3,……...,n.

Note: The double subscript ‘ij’ is called the address of the element.

Types of matrices

1. Square Matrix: number of rows = number of columns.


2. Zero Matrix: all elements are zeroes. It is denoted by ‘O’.
3. Diagonal Matrix: a square matrix, having non-zero diagonal elements on the main diagonal.
4. Scalar Matrix: In a diagonal matrix, diagonal elements are same.
5. Identity Matrix: In a diagonal matrix, diagonal elements are unity. It is denoted by ‘I’.
1 0 0
1 0  
I2 =   , I3 = 0 1 0 , etc.
0 1  0 0 1
6. Equality of Matrices: Two matrices are said to be equal if (a) they are of the same order (b) each elements of A
1

 
Page

= corresponding element of B. i.e., a ij  bij

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.
     

Scalar Multiplication of a matrix

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

Note : If matrix A is of order m  n and B is of order p  n then


mp pn

m n
AB is possible and is of order m  n.
2
Page

HSSLIVE.IN
Remesh’s Mathematics [MATRICES]

Matrix polynomial

If f x   a n x n  a n1 x n1  a n2 x n2   a3 x 3  a2 x 2  a1 x  a0 be a polynomial function and A be a


square matrix of order ‘n’, then f  A  an A n  a n1 A n1  an2 A n2   a3 A3  a2 A 2  a1 A  a0 is
known as 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:

i. If A 2  A , then A is known as an idempotent matrix.

ii. If A 2  I , then A is known as an involuntary matrix

iii. If A 2  0 , then A is known as a nilpotent matrix

 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

Interchange of rows and columns of a matrix is known as transpose matrix.

2 3
 2 3 1  
 , then A transpose, A or A   3 2 
T
A
 3 2 5 1 5 
3
Page

Theorem: If AT and BT be the transposes of the matrices A and B respectively, then

HSSLIVE.IN
Remesh’s Mathematics [MATRICES]

 AT 
T
 A

  kA T  k. AT
  A  B T  AT  BT
  AB T  BT .AT

Symmetric & Skew Symmetric Matrices

A square matrix A is said to be symmetric if AT  A and skew-symmetric if AT   A .


Note: The diagonal elements of a skew-symmetric matrix are zeroes.

Tips 

If A and B are symmetric matrices,  AB   AB , provided AB  BA


T

 If A is any square matrix, then A  AT is symmetric and A  AT is skew-symmetric.

 If A is any square matrix, then AAT and AT A both are symmetric matrices.

 If A is a symmetric matrix, then An is also symmetric.


 If A and B are symmetric matrices, AB  BA is symmetric.

 If A and B are symmetric matrices of same order, then AB  BA is symmetric.

 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.

1. Interchanging a pair of rows or columns:


Ri  R j ; Ci  C j

 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]

 a11 a12 a13 a14 


 a 23 a 24 
In general, a 3 × 4 matrix is given by A  a 21 a 22
 a 31 a 32 a 33 a 34 

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  33  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  62  4  2
2 2
1 1 3
a 23  63  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  93  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

(ii) aij  2i  j, i  1,2,3 ; j  1,2,3,4


6

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. Find the value of x, y, and z from the following equation:


 x  y  z  9 
4 3  y z  x  y 2  6 2    
i)    ii)   iii)  x  z   5
 x 5  1 5 5  z xy  5 8
 y  z  7

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  55  0

We know that: x  y 2  x  y 2  4 xy  x  y 2  62  4  8  x  y 2  36  32  4


7

 x  y  2 ……………..(2)
Page

Now, when x − y = 2 and x + y = 6, we get x = 4 and y = 2

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

Number of Matrices  No.of entriesmn  2 33  29  512


The answer is D.
1 2
 and f x   x  2 x  3, find f(A)
2
6. If A  
2 1 

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 10and 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.

9. Consider the following statement:


1  2n  4n 
Pn  : A  
1  2n
for all nN
 n
a) Write P(1).
b) If P(k) is true, then show that P(k+1) is true.
c) Show that P(n) is true for all positive integral values of n N.

1  2n  4n 
. Pn  : A n  
 n 1  2n

1  2 1  4 1  3  4
P1 : A1   
 1 1  2 1 1  1

 P(1) is true.

Assume that P(k) be true.


9

1  2k  4k 
Page

Pk  : A k  
 k 1  2k 

HSSLIVE.IN
Remesh’s Mathematics [MATRICES]
To prove that P(k+1) is true.
1  2k  1  4k  1  2k  3  4k  4
Pk  1 : A k 1   
 k 1 1  2k  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  11  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 nN.

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

The total amount the bookshop will receive is Rs.20,160.

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.

Mathematics is seeing the truth without effort” – Descartes

11
Page

HSSLIVE.IN

You might also like