Matrix
Matrix
Matrix
1
Order of a Matrix
2
Matrices & Vectors
3
Square Matrix
4
Diagonal Matrix
5
Identity Matrix
6
Matrix Addition
7
Matrix Addition
8
Matrix Multiplication
9
Matrix Multiplication
10
Matrix Multiplication
11
Transpose
12
Transpose
13
Determinant of a Matrix
14
Minor of the entry aij: The minor of an element aij of determinant
of a matrix A is the determinant obtained by deleting the ith row and jth
column in which the element aij lies.
Cofactor of a: ij
C ij ( 1)i j M ij
15
Ex:
a11 a12 a13 a11 a12 a13
A a21 a22 a23 A a21 a22 a23
a31 a32 a33 a31 a32 a33
a12 a13 a11 a13
M 21 M 22
a32 a33 a31 a33
L
L
Notes: Sign pattern for cofactors
L
L
L
M M M M M 16
Ex: The determinant of a matrix of order 3
a11 a12 a13
A a21 a22 a23
a31 a32 a33
17
Ex: (The determinant of a matrix of order 3)
0 2 1
A 3 1 2
4 4 1 det( A) ?
Sol:
3 2
1 2
C12 ( 1)1 2 (3 8) 5
C11 ( 1)1 1 7 4 1
4 1
1 3 3 1
C13 ( 1) 12 4 8
4 4
19
Determinant of a Triangular Matrix
If A is an n x n triangular matrix (upper triangular,
lower triangular, or diagonal), then its determinant is
the product of the entries on the main diagonal. That is
det( A) | A | a11a22 a33 L ann
20
Ex: Find the determinants of the following triangular matrices.
1 0 0 0 0
2 0 0 0 0 3 0 0 0
4 2 0 0
(a) A (b) B 0 0 2 0 0
5 6 1 0
1 0 0 0 4 0
5 3 3 0 0 0 0 2
Sol:
21
Conditions that yield a zero determinant
If A is a square matrix and any of the following conditions is
true, then det (A) = 0.
22
Properties of Determinants
1. The value of a determinant remains unchanged if its rows and
columns are interchanged.
a1 a2 a3 a1 b1 c1
b1 b2 b3 a2 b2 c2
c1 c2 c3 a3 b3 c3
25
Determinant of an invertible matrix
A square matrix A is invertible (nonsingular) if and only if
det (A) 0
0 2 1 0 2 1
A 3 2 1 B 3 2 1
3 2 1 3 2 1
Sol:
A 0 A has no inverse (it is singular).
(4) A is row-equivalent to In
-1 1
A adj A
A
28
Applications of Determinants
Matrix of cofactors of A:
C11 C12 L C1n
C C L C
C ij
M M 21 22 2n
M
Note Cij ( 1)i j Mij
C n1 C n 2 L C nn
Adjoint matrix of A:
C11 C 21 L C n1
C C 22 L C n 2
adj ( A) Cij
T
12
M M M
C1 n C 2 n L C nn
29
Ex:
1 3 2 (a) Find the adjoint of A.
A 0 2 1
1 0 2 (b) Use the adjoint of A to A1
find
i j
Sol: Q C ij ( 1) M ij
2 1 0 1 0 2
C11 4, C12 1, C13 2
0 2 1 2 1 0
3 2 1 2 1 3
C21 6, C22 0, C23 3
0 2 1 2 1 0
3 2 1 2 1 3
C31 7, C 32 1, C33 2
2 1 0 1 0 2
30
cofactor matrix of A
4 1 2
C ij 6 0 3
7 1 2
4 6 7 43 2 7
3
13 1 0 1 13 0 1
3
2 3 2 23 1 3
2
Check: AA1 I 31
Cramer’s Rule
32
A j A(1) , A( 2) , L , A( j 1) , b, A( j 1) , L , A( n )
det( A j )
xj , j 1, 2 , L , n
det( A)
33
Cramer’s rule to solve the system of linear
equations
x 2 y 3z 1
2x z 0
3x 4 y 4 z 2
Sol: 1 2 3 1 2 3
det( A) 2 0 1 10 det( A1 ) 0 0 1 8
3 4 4 2 4 4
1 1 3 1 2 1
det( A2 ) 2 0 1 15, det( A3 ) 2 0 0 16
3 2 4 3 4 2
det( A1 ) 4 det( A2 ) 3 det( A3 ) 8
x y z
det( A) 5 det( A) 2 det( A) 5 34