Chapter 3 Matrices
Chapter 3 Matrices
1. Introduction of Matrices
1.1. Definition : - A matrix of type (𝑚 × 𝑛) with coefficients in 𝕂 is a table with 𝑚 rows
and 𝑛 columns. The numbers comprising the matrix are called the elements of the matrix
(or also the coefficients). A matrix 𝐴 with 𝑚 rows and 𝑛 columns is called a matrix of order
(𝑚 × 𝑛) or of dimension 𝑚 × 𝑛, and A is represented as follows:
- Diagonal matrix :
A square matrix 𝐴 = (𝑎𝑖𝑗 ) is called a diagonal matrix if each of its non-diagonal
𝑛×𝑛
1
Chapter 3 : Matrices
Example :
𝑎1,1 0 0 1 0 0
𝐴=( 0 𝑎2,2 0 ) 𝐵 = (0 2 0)
0 0 𝑎3,3 0 0 −3
- Identity Matrix :
A diagonal matrix whose diagonal elements are equal to 1 is called identity matrix and
denoted by 𝐼𝑛 .
0 if 𝑖 ≠ 𝑗
That is 𝑎𝑖𝑗 =
1 if 𝑖 = 𝑗
Example :
1 0 0
𝐼2 = (0 1 0)
0 0 1
Upper triangular Matrix :
A square matrix said to be a Upper triangular matrix if 𝑎𝑖𝑗 = 0 if 𝑖 > 𝑗.
Example :
𝑎1,1 𝑎1,2 𝑎1,3 1 −3 −2
𝐴 = ( 0 𝑎2,2 𝑎2,3 ) 𝐵 = (0 2 4)
0 0 𝑎3,3 0 0 −3
Example :
𝑎1,1 𝑎1,2 𝑎1,3 1 2 7
𝑎
𝐴 = ( 2,1 𝑎2,2 𝑎2,3 ) 𝐵 = (2 2 0)
𝑎3,1 𝑎3,2 𝑎3,3 7 0 −3
2
Chapter 3 : Matrices
Skew-Symmetric Matrix :
A square matrix 𝐴 = (𝑎𝑖𝑗 ) said to be a skew-symmetric if 𝑎𝑖𝑗 = −𝑎𝑗𝑖 for all 𝑖 and 𝑗.
𝑛×𝑛
Example :
𝑎1,1 𝑎1,2 𝑎1,3 0 −2 7
𝐴 = (𝑎2,1 𝑎2,2 𝑎2,3 ) 𝐵=(2 0 0)
𝑎3,1 𝑎3,2 𝑎3,3 −7 0 0
Zero Matrix :
A matrix whose all elements are zero is called as Zero matrix, and order 𝑚 × 𝑛 zero matrix
denoted by 0𝑚×𝑛 .
Example :
0 0
03×2 = (0 0)
0 0
2. Matrix Algebra
2.1. Equality of two matrices :
Two matrices A and B are said to be equal if :
i) They are the same order.
ii) Their corresponding elements are equal. That is if 𝐴 = (𝑎𝑖𝑗 ) and 𝐵 = (𝑏𝑖𝑗 ) then
𝑚×𝑛 𝑛×𝑛
𝑘𝐴 = (𝑘𝑎𝑖𝑗 ) or
𝑚×𝑛
3
Chapter 3 : Matrices
Example :
1 −2 3 3 0 2
Let 𝐴 = ( ) and 𝐵 = ( ).
4 5 −4 −1 1 8
Find : 5𝐵, 𝐴 + 𝐵, 4𝐴 − 2𝐵, 0𝐵.
2.4. Multiplication of two matrices :
Two matrices 𝐴 and 𝐵 are said to be confirmable for product 𝐴𝐵 if number of columns in 𝐴
equals to the number of rows in matrix 𝐵. Let 𝐴 = (𝑎𝑖𝑗 ) and 𝐵 = (𝑏𝑖𝑗 ) be two
𝑚×𝑛 𝑛×𝑟
Example :
2 3
1 −2 3
Let 𝐴 = ( ) and 𝐵 = (−5 0).
4 5 −4
−1 2
Calculate : 𝐴𝐵, 𝐵𝐴, is 𝐴𝐵 = 𝐵𝐴?
2.5. Integral power of matrices :
Let 𝐴 a square matrix of order n, and m be positive integer than we define
𝐴𝑚 = 𝐴 × 𝐴 × … × 𝐴 (𝑚 𝑡𝑖𝑚𝑒𝑠 𝑚𝑢𝑙𝑡𝑖𝑝𝑙𝑖𝑐𝑎𝑡𝑖𝑜𝑛)
2.6. Preperties of the matrices :
Let 𝐴, 𝐵 and 𝐶 are three matrices and 𝛼 and 𝛽 are scalars then :
𝑖) 𝐴 + (𝐵 + 𝐶) = (𝐴 + 𝐵) + 𝐶 𝐴𝑠𝑠𝑜𝑐𝑖𝑎𝑡𝑖𝑣𝑒 𝑙𝑎𝑤
𝑖𝑖) 𝛼(𝐴 + 𝐵) = 𝛼𝐴 + 𝛼𝐵 𝐷𝑖𝑠𝑡𝑟𝑖𝑏𝑢𝑡𝑖𝑣𝑒 𝑙𝑎𝑤
𝑖𝑖𝑖) 𝛼(𝛽𝐴) = (𝛼𝛽)𝐴 𝐴𝑠𝑠𝑜𝑐𝑖𝑎𝑡𝑖𝑣𝑒 𝑙𝑎𝑤
𝑖𝑣)(𝛼𝐴)𝐵 = 𝛼(𝐴𝐵) 𝐴𝑠𝑠𝑜𝑐𝑖𝑎𝑡𝑖𝑣𝑒 𝑙𝑎𝑤
𝑣) 𝐴(𝐵𝐶) = (𝐴𝐵)𝐶 𝐴𝑠𝑠𝑜𝑐𝑖𝑎𝑡𝑖𝑣𝑒 𝑙𝑎𝑤
𝑣𝑖) 𝐴(𝐵 + 𝐶) = 𝐴𝐵 + 𝐴𝐶 𝐷𝑖𝑠𝑡𝑟𝑖𝑏𝑢𝑡𝑖𝑣𝑒 𝑙𝑎𝑤
2.7. Transpose :
The transpose of matrix 𝐴 = (𝑎𝑖𝑗 ) , written 𝐴𝑡 is the matrix obtained by writing the
𝑚×𝑛
Properties of Transpose :
𝑖) (𝐴 + 𝐵)𝑡 = 𝐴𝑡 + 𝐵 𝑡
𝑖𝑖) (𝐴𝑡 )𝑡 = 𝐴
𝑖𝑖𝑖) (𝑘𝐴)𝑡 = 𝑘𝐴𝑡 𝑓𝑜𝑟 𝑠𝑐𝑎𝑙𝑎𝑟 𝑘
𝑖𝑣) (𝐴𝐵)𝑡 = 𝐵 𝑡 𝐴𝑡
Example :
Using the following matrices 𝐴 and 𝐵. Verify the transpose properties
4 −5 −2 1 −3 2
𝐴=( 2 6 7) and 𝐵 = (−2 0 5)
−2 1 −6 −1 1 3
2. Determinant
2.1. Definition :
Let 𝐴 = (𝑎𝑖𝑗 ) be a square matrix of order 𝑛, then the number |𝐴| (𝑜𝑟 det(𝐴)) called
𝑛×𝑛
5
Chapter 3 : Matrices
𝑖) Determinant of 2 × 2 matrix
𝑎11 𝑎12 𝑎11 𝑎12
Let 𝐴 = (𝑎 𝑎22 ) then |𝐴| = | 𝑎21 𝑎22 | = 𝑎11 𝑎22 − 𝑎21 𝑎12
21
6
Chapter 3 : Matrices
(𝑛 − 1) obtained by deleting its 𝑖𝑡ℎ row and 𝑗𝑡ℎ column. The determinant |𝑀𝑖𝑗 | is called the
minor of the element 𝑎𝑖𝑗 of 𝐴.
7
Chapter 3 : Matrices
8
Chapter 3 : Matrices
|𝐴𝑖 | being the determinant of the matrix 𝐴𝑖 obtained by replacing the 𝑖𝑡ℎ column of 𝐴 by the
9
Chapter 3 : Matrices
column of constants.
Example :
Solve the following system of linear equations :
2𝑥 + 𝑦 − 2𝑧 = 10
(𝑆) = 𝑦 + 10𝑧 = −28
3𝑦 + 16𝑧 = −42
10