MT 1117_Lecture_2_Dec_2024
MT 1117_Lecture_2_Dec_2024
Algebra
Instructor: Dr. Mustafa .H. Mohsini
Lecturer
Office No. A13 CIVE Administration Block
E-mail: [email protected]
1
Matrices
Introduction
2
Matrices - Introduction
TYPES OF MATRICES
Triangular matrix
A square matrix whose elements above or below the main
diagonal are all zero
1 0 0 1 0 0 1 8 9
2 1 0 2 1 0 0 1 6
5 2 3 5 2 3 0 0 3
3
Matrices - Introduction
TYPES OF MATRICES
A square matrix whose elements above the main diagonal are all
zero
aij 0 0 1 0 0
2 1 0
aij aij 0
aij aij aij 5 2 3
i.e. aij = 0 for all i < j
5
Matrices
Matrix Operations
6
Matrices - Operations
EQUALITY OF MATRICES
Two matrices are said to be equal only when all
corresponding elements are equal
Therefore their size or dimensions are equal as well
1 0 0 1 0 0
A= 2 1 0 B= 2 1 0 A=B
5 2 3 5 2 3
7
Matrices - Operations
Some properties of equality:
•IIf A = B, then B = A for all A and B
•IIf A = B, and B = C, then A = C for all A, B and C
9
Matrices - Operations
Commutative Law:
A+B=B+A
Associative Law:
A + (B + C) = (A + B) + C = A + B + C
7 3 1 1 5 6 8 8 5
2 5 6 4 2 3 2 7 9
A B C
2x3 2x3 2x3 10
Matrices - Operations
A+0=0+A=A
A + (-A) = 0 (where –A is the matrix composed of –aij as elements)
6 4 2 1 2 0 5 2 2
3 2 7 1 0 8 2 2 1
11
Matrices - Operations
SCALAR MULTIPLICATION OF MATRICES
Matrices can be multiplied by a scalar (constant or single 3 1
element) 2 1
Let k be a scalar quantity; then kA = Ak Ex. If k=4 and A
2 3
4 1
3 1 3 1 12 4
2 1 2 1 8 4
Then 4*A=A*4= 4 4
2 3 2 3 8 12
4 1 4 1 16 4
12
Matrices - Operations
3 1 3 1 12 4
2 1 2 1 8 4
4 4
2 3 2 3 8 12
4 1 4 1 16 4
Properties:
• k (A + B) = kA + kB
• (k + g)A = kA + gA
• k(AB) = (kA)B = A(k)B
• k(gA) = (kg)A 13
Matrices - Operations
MULTIPLICATION OF MATRICES
14
Matrices - Operations
B x A = Not possible!
(2x1) (4x2)
A x B = Not possible!
(6x2) (6x3)
Example
A x B = C
(2x3) (3x2) (2x2)
15
Matrices - Operations
b11 b12
a11 a12 a13 c11 c12
a b21 b22
21 a22 a23 c21 c22
b31 b32
31 21
63 57
Remember also:
IA = A
1 0 31 21 31 21
0 1 63 57
63 57 17
Matrices - Operations
Assuming that matrices A, B and C are conformable for
the operations indicated, the following are true:
1. AI = IA = A
2. A(BC) = (AB)C = ABC - (associative law)
3. A(B+C) = AB + AC - (first distributive law)
4. (A+B)C = AC + BC - (second distributive law)
Caution!
1. AB not generally equal to BA, BA may not be conformable
2. If AB = 0, neither A nor B necessarily = 0
3. If AB = AC, B not necessarily = C
18
Matrices - Operations
AB not generally equal to BA, BA may not be conformable
1 2
T
5 0
3 4
S
0 2
1 2 3 4 3 8
TS
5 0 0 2 15 20
3 4 1 2 23 6
ST
0 2 5 0 10 0 19
Matrices - Operations
If AB = 0, neither A nor B necessarily = 0
1 1 2 3 0 0
0 0 2 3 0 0
20
Properties of Matrix Operation
21
Properties of Matrix Operation
22
Properties of Matrix Operation
23
Properties of Matrix Operation
24
Properties of Matrix Operation
• Now, just like the identity matrix takes the place
of the number 1 (one) in matrix multiplication, the
zero matrix (denoted by 0 for a general matrix and
0 for a column/row matrix) will take the place of
the number 0 (zero) in most of the matrix
arithmetic.
• Note that we said most of the matrix arithmetic.
• There are a couple of properties involving 0 in
real numbers that are not necessarily valid in
matrix arithmetic.
• Let’s first start with the properties that are still
valid.
25
Properties of Matrix Operation
26
Properties of Matrix Operation
27
Properties of Matrix Operation
28
Properties of Matrix Operation
29
Properties of Matrix Operation
30
Properties of Matrix Operation
31
Matrices - Operations
TRANSPOSE OF A MATRIX
If :
2 4 7
3
A2 A
2x3 5 3 1
Then transpose of A, denoted AT is:
2 5
T
A 2 A 3T
4 3
7 1
T
aij a ji For all i and j 32
Matrices - Operations
To transpose:
Interchange rows and columns
The dimensions of AT are the reverse of the dimensions of A
2 4 7
3
A2 A 2x3
5 3 1
2 5
T
A 3 A T2
4 3 3x2
7 1
33
Matrices - Operations
Properties of transposed matrices:
1. (A+B)T = AT + BT
2. (AB)T = BT AT
3. (kA)T = kAT
4. (AT)T = A
34
Matrices - Operations
1. (A+B)T = AT + BT
7 3 1 1 5 6 8 8 5 8 2
2 5 6 4 2 3 2 7 9 8 7
5 9
7 2 1 4 8 2
3 5 5 2 8 7
1 6 6 3 5 9
35
Matrices - Operations
(AB)T = BT AT
1
1 1 0 2
0 2 3 1 8 2 8
2
1 0
1 1 2 1 2 2 8
0 3
36
Matrices - Operations
SYMMETRIC MATRICES
A Square matrix is symmetric if it is equal to its
transpose:
A = AT
a b
A
b d
T a b
A
b d
37
Matrices - Operations
a b
A
c d
T a c
A
b d
The identity matrix, I, a diagonal matrix D, and a scalar matrix, K,
are equal to their transpose since the diagonal is unaffected.
38
Matrices - Operations
INVERSE OF A MATRIX
Consider a scalar k. The inverse is the reciprocal or division of 1
by the scalar.
Example:
k=7 the inverse of k or k-1 = 1/k = 1/7
Division of matrices is not defined since there may be AB = AC
while B = C
Instead matrix inversion is used.
The inverse of a square matrix, A, if it exists, is the unique matrix
A-1 where:
AA-1 = A-1 A = I
39
Matrices - Operations
Example:
2 3 1
A2 A
2 1
1 1 1
A
2 3
Because:
1 1 3 1 1 0
2 3 2 1 0 1
3 1 1 1 1 0
2 1 2 3 0 1
40
Matrices - Operations
Properties of the inverse:
( AB) 1 B 1 A 1
1 1
( A ) A
T 1 1 T
( A ) ( A )
1 1
1
(kA) A
k
A square matrix that has an inverse is called a nonsingular matrix
A matrix that does not have an inverse is called a singular matrix
Square matrices have inverses except when the determinant is zero
41
When the determinant of a matrix is zero, the matrix is singular
Matrices - Operations
DETERMINANT OF A MATRIX
1 2
If A
6 5
1 2
then A
6 5
42
Matrices - Operations
If A = [A] is a single element (1x1), then the determinant is
defined as the value of the element
Then |A| =det A = a11
If A is (n x n), its determinant may be defined in terms of order
(n-1) or less.
43
Matrices - Operations
MINORS
If A is an n x n matrix and one row and one column are deleted,
the resulting matrix is an (n-1) x (n-1) submatrix of A.
The determinant of such a submatrix is called a minor of A and
is designated by mij , where i and j correspond to the deleted
row and column, respectively.
mij is the minor of the element aij in A.
44
Matrices - Operations
eg.
a11 a12 a13
A a21 a22 a23
a31 a32 a33
Each element in A has a minor
Delete first row and column from A .
The determinant of the remaining 2 x 2 submatrix is the minor
of a11
a22 a23
m11
a32 a33
45
Matrices - Operations
Therefore the minor of a12 is:
a21 a23
m12
a31 a33
And the minor for a13 is:
a21 a22
m13
a31 a32
46
Matrices - Operations
COFACTORS
When the sum of a row number i and column j is even, cij = mij and
when i+j is odd, cij =-mij
c11 (i 1, j 1) ( 1)11 m11 m11
1 2
c12 (i 1, j 2) ( 1) m12 m12
13
c13 (i 1, j 3) ( 1) m13 m13
47
Matrices - Operations
DETERMINANTS CONTINUED
48
Matrices - Operations
Therefore the 2 x 2 matrix :
a11 a12
A
a21 a22
Has cofactors :
c11 m11 a22 a22
And:
c12 m12 a21 a21
50
Matrices - Operations
For a 3 x 3 matrix:
a11 a12 a13
A a21 a22 a23
a31 a32 a33
The cofactors of the first row are:
a22 a23
c11 a22 a33 a23 a32
a32 a33
a21 a23
c12 (a21a33 a23 a31 )
a31 a33
a21 a22
c13 a21a32 a22 a31
a31 a32 51
Matrices - Operations
The determinant of a matrix A is:
A a11 (a22 a33 a23a32 ) a12 (a21a33 a23a31 ) a13 (a21a32 a22 a31 )
52
Matrices - Operations
Example 2:
1 0 1
A 0 2 3
1 0 1
A a11 (a22 a33 a23a32 ) a12 (a21a33 a23a31 ) a13 (a21a32 a22 a31 )
53
Matrices - Operations
ADJOINT MATRICES
Example:
1 2
If A
3 4
4 3
The cofactor C of A is C
2 1
54
Matrices - Operations
The adjoint matrix of A, denoted by adj A, is the transpose of its
cofactor matrix
T
adjA C
It can be shown that:
A(adj A) = (adjA) A = |A| I
Example: 1 2
A
3 4
A (1)(4) (2)( 3) 10
4 2
T
adjA C
3 1
55
Matrices - Operations
1 2 4 2 10 0
A(adjA) 10 I
3 4 3 1 0 10
4 2 1 2 10 0
(adjA) A 10 I
3 1 3 4 0 10
56
Matrices - Operations
USING THE ADJOINT MATRIX IN MATRIX INVERSION
Since
AA-1 = A-1 A = I
and
A(adj A) = (adjA) A = |A| I
then
1adjA
A
A
57
Matrices - Operations
Example
1 2
A= 3 4
1 1 4 2 0.4 0.2
A
10 3 1 0.3 0.1
so
1 1 1
adjA C T 2 4 2
3 7 5
and
1 1 1 0.5 0.5 0.5
1 adjA 1 1.0 2.0 1.0
A 2 4 2
A 2
3 7 5 1.5 3.5 2.5 60
Matrices - Operations
The result can be checked using
AA-1 = A-1 A = I
61
Matrix Inversion
Simple 2 x 2 case
62
Simple 2 x 2 case
Let
and
a b w x
1
A A
c d y z
then
a b w x 1 0
c d y z 0 1
63
Simple 2 x 2 case
Multiplying gives
aw by 1
ax bz 0
cw dy 0
cx dz 1
64
Simple 2 x 2 case
thus
1 aw
y
b
cw
y
d
1 aw cw
b d
d d
w
da bc A
65
Simple 2 x 2 case
ax
z
b
1 cx
z
d
ax 1 cx
b d
b b
x
da bc A
66
Simple 2 x 2 case
1 by
w
a
dy
w
c
1 by dy
a c
c c
y
ad cb A
67
Simple 2 x 2 case
bz
x
a
1 dz
x
c
bz 1 dz
a c
a a
z
ad bc A
68
Simple 2 x 2 case
So that for a 2 x 2 matrix the inverse can be constructed
in a simple fashion as
d b
A A 1 d b
1 w x
A c a A c a
y z A
A
Check inverse
A-1 A=I
1 1 3 2 3 1 0
I
10 4 2 4 1 0 1
70
Make Your Day!!
71