K00228 - 20180909222020 - Lecture Note - Chapter 1
K00228 - 20180909222020 - Lecture Note - Chapter 1
MATRICES
1.1 Matrix Notation & Terminalogy
Definition (Matrix):
1. row matrix
Example:
2. column matrix
Example :
4. Square matrix
Example: 3 1
C
4 5
5. Scalar matrix
6. Identity matrix
Example :
1 0 0
E 0 1 0
0 0 1
1.2 Types of Matrices (cont.)
Example.
3 5 1 a b c 1 3
B F G
7 5 0 d e f 1 4
3
H 1 7 9 J 6
1
1.2 Types of Matrices (cont.)
Definition (Equality of Matrices)
Two matrices A = [ aij ] and B = [bij] are equal if they have the same size (m x
n) and
aij = bij for 1 i m and 1 j n
Examples:
Consider the four matrices
2 5 0 3 1
B C
1 4 1 4 5
- Matrices B & C are not equal because they are of different sizes.
- Matrices D & E are equal if and only if x = 5 and y = 1.
1.3 Operations with Matrices
Examples
Let B 2 5 0 and 6 2 . 3
1 4 1 K
1 5 2
Then,
1.3 Operations with Matrices (cont.)
Examples
Let B 2 5 0 and c = 5 .
1 4 1
Then,
1.3 Operations with Matrices (cont.)
Examples
6 2 3
Let B 2 5 0 , K c=5 .
and
1 4 1 1 5 2
Then,
1.3 Operations with Matrices (cont.)
Examples
3 1 6 2 3
C K
Find the product CK where
and
1 5 2
4 5
1.3 Operations with Matrices (cont.)
Answer:
1.3 Operations with Matrices (cont.)
Note:
Examples
1 3 2
1 2
A 3 5 0 B
1 3
2 0 4
c1 A1 c2 A2 ... ck Ak
where
c1, c2, …, ck are called as the coefficients of the linear
combination.
1.4 Properties of Matrix Operations
Solution:
Then, AB BA.
1.4 Properties of Matrix Operations (Cont.)
Example :
The additive identity for the set of all 2x3 matrices.
1.4 Properties of Matrix Operations (Cont.)
Note:
Properties (2) & (4) can be generalized to sums and products of finitely many
matrices.
1.4 Properties of Matrix Operations (Cont.)
Example
1 2 4 1 0
Let A and B .
3 4 2 3 1
Proof (a):
(A + AT)T = AT + (AT)T (by property of transpose)
= AT + A (by property of transpose)
= A + AT. (commutativity of matrix add.)
Then,
Try to show AAT is
A + AT is symmetric . symmetric!
1.4 Properties of Matrix Operations (Cont.)
i. A + 2D
ii. C–D
iii. D + BC
iv. BTCT – (CB)T
1.4 Properties of Matrix Operations (Cont.)
2. Let 2 4 2
1 0 3
A & B 1 0 0
2 1 2 1 1 1
Find (i) c21 (ii) c13 , where C = AB.
3. Let 4 1 0
A
2 3 1
3 3
iii. 4. x = 3 ; y = 2 ; z = 1
19 27 2 4
5 4 3 3
0 0 0 5. ( i) X ( ii) X
3 5 10 4
iv. 0 0 0 3
0 0 0
2. (i) c21 = -3
(ii) c13 = -1
1.5 Elementary Row Operations
R1 R2
(1/2) R2
1.5 Elementary Row Operations (cont.)
c. Add -2 times the first row to the third row to produce a new third row.
Original Matrix New Row Equivalent Matrix Notation
R3 + 2R1
1.6 Row Echelon Form (REF)
Example.
The following matrices are in row echelon form.
2 4 1 1 0 1 1 1 2 1
0 1 2 0 1 5 0 0 1 3
0 0 0 0 0 1 0 0 0 0
0 2 0 1 1 3
0 0 1 1 2 2
0 0 0 0 4 0
0 0 0 0 0 5
1.6 Row Echelon Form (REF) (cont.)
Example
Reduce the following matrix to echelon form.
1 1 1
2 3 1
1 1 2
Answer:
1 1 1 R2 – 2R1
1 1 1 R3 + 2R2
1 1 1
2 3 1 0 1 1 0 1 1
1 1 2 R3 – R1 0 2 3 0 0 5
1.6 Row Echelon Form (REF) (cont.)
Notes:
The row echelon form of a matrix is not unique.
The leading entry in each row is used to create the zeros
below it.
The pivots are not necessarily the entries that are originally in
the positions eventually occupied by the leading entries.
Once we have pivoted and introduced zeros below the leading
entry in a column, that column does not change. (The row
echelon form emerges from left to right, top to bottom).
1.6 Row Echelon Form (REF) (cont.)
Examples.
Use ERO to reduce the following matrices to the row echelon form.
0 2 1 3 5 3 2 1
a. 0 0 5 b. 5 2 c. 2 1 1
6 3 1 2 4 4 3 1
1.6 Row Echelon Form (REF) (cont.)
Solution (a):
0 2 1 R1 R3 6 3 1
0 0 5 0 0 5
6 3 1 0 2 1
R2 R3
6 3 1
0 2 1
0 0 5
1.6 Row Echelon Form (REF) (cont.)
Solution (b):
3 5 R1 – R3 1 1 R2 – 5R1 1 1
5 2 5 2 0 7
2 4 2 4 2 4
1 1 1 1
R3 – 2R1
0 7 7R3 + 2R2
0 7
0 2 0 0
1.6 Row Echelon Form (REF) (cont.)
Solution (c):
3 2 1 1 1 0 R2 – 2R1 1 1 0
R1 – R2 2 1 1 0 1 1
2 1 1
4 3 1 4 3 1 4 3 1
1 1 0 1 1 0
R3 – R2 0 1 1
R3 – 4R1 0 1 1
0 1 1 0 0 0
1.6 Row Echelon Form (REF) (cont.)
Example
1 1 1 1 1 1
2 3 1 0 1 1
and
1 1 2 0 0 5
Theorem
Matrices A and B are row equivalent if and only if they can be reduced to the
same row echelon form.
1.6 Row Echelon Form (REF) (cont.)
1. (i) REF (ii) Not REF (iii) REF (iv) REF (v) Not REF (vi) REF
1 1 2 1 1 1 2
1 2 1
2. ( i ) ( ii ) 0 1 1 ( iii ) 0 0 1 1
0 1 3 0 0 1 0 0 0 0
5 2 1 7
1 1 1 2
3 3 3 2
( iv ) 0 1 ( v ) 0 1 1 ( vi ) 0 0 1
0 0 0 0 0 0 0 0
3. Hint: Reduce both matrices until you get the following REF
1
1 0
2
0 1 1
2
0 0 0
1.7 The Determinant of a Matrix
the scalar
a22 a23 a21 a23 a21 a22
det A A a11 a12 a13
a32 a33 a31 a33 a31 a32
1.7 The Determinant of a Matrix (cont.)
a11 a12
The determinant of the 2x2 matrix is A
21 22
a a
det A a11a22 a12 a21
Example
Compute the determinant of
5 3 2
A 1 0 2
2 1 3
Solution:
0 2 1 2 1 0
det A 5 (3) 2
1 3 2 3 2 1
5(0 (2)) 3(3 4) 2( 1 0)
5
1.7 The Determinant of a Matrix (cont.)
Definition (Determinant of nxn matrix)
Let A=[aij] be an nxn matrix, where n 2. Then the determinant of A is
the scalar
det A | A | a11 det A11 a12 det A12 ... (1)1 n a1n det A1n
n
(1)1 j a1 j det A1 j
j 1
Solution.
4 2 0 5 2 0 5 4 2
det A 2 1 0 3 (3) 1 0 3 0 (1) 1 1 0
1 0 0 2 0 0 2 1 0
2(4(0) 2(0 3) 0) 3(5(0) 2(0 (6)) 0) 0 (1)(5(0) 4(0) 2(1 2))
22
1.7 The Determinant of a Matrix (cont.)
If A is a square matrix, then the minor Mij, associated with the entry aij
, is the determinant of the (n – 1)x(n – 1) matrix obtained by deleting
row i and column j from the matrix A. The cofactor of aij is
Cij = (-1)i + j Mij
1.7 The Determinant of a Matrix (cont.)
5 3 2
A 1 0 2
2 1 3
by
(a) cofactor expansion along the third row and,
(b) cofactor expansion along the second column.
1.7 The Determinant of a Matrix (cont.)
Solution:
Example
To compute the determinant of
det A = 1(4)(1) = 4
1 1 3
A 0 4 2
0 0 1
1.7 The Determinant of a Matrix (cont.)
7 8 4 3 1
iii. 0 1 5 3 13
4
C
0 0 2 5 4
0 0 0 1 1
0 0 0 0 2
1.7 The Determinant of a Matrix (cont.)
Let A is a square matrix and one of the following conditions is true, then
det(A) = 0.
Example.
The first row The first & third The 3rd column is a multiple
has all zeros row are the same of the first column
1.7 The Determinant of a Matrix (cont.)
1.7.1 Properties of Determinant
Theorem (Determinant of matrix product)
If A & B are square matrices of order n, then
det(AB) = det(A). det(B)
Example.
Non-square matrices do
not have inverses
1.8 The Inverse of a Matrix (cont.)
Example
2 5 3 5
If A , then A' is an inverse of A since
1 3 1 2
1 0 1 0
AA’= and A’A=
0 1 0 1
1.8 The Inverse of a Matrix (cont.)
Example
Show that the following matrices are not invertible.
0 0 1 2
a. O b. B
0 0 2 4
Theorem
a b
If A , then A is invertible if ad bc
, in0 which
c d
1 1 d b
A
ad bc c a
case .
Note:
a b
The formula for the inverse of c d (when it exists) is:
1
times the matrix obtained by interchanging the
det A
entries on the main diagonal and changing the signs on
the other two entries.
1.8 The Inverse of a Matrix (cont.)
Examples
1 2 12 15
Find the inverses of A
and B , if they exist.
3 4 4 5
Solution:
Since det A = (1)(4) – (2)(3) = -2 0, then A is invertible.
Thus,
2 1
1 1 4 2
A 3 1
2 3 1
2 2
NOTE:
Matrix A will have an inverse
if and only if it is row equivalent
to the identity matrix
Example
1 2 1
If A 2 2 4 , reduce A to I.
1 3 3
1.8 The Inverse of a Matrix (cont.)
Tip : Also, can check
the determinant
Solution:
1 2 1 R2 – 2R1
1 2 1 R3 R2 1 2 1
2 2 4 0 2 6 0 1 2
1 3 3 R3 – R1 0 1 2 0 2 6
1 0 10
R1 – 2R2 1 0 3 R1 + R2 1 0 1 R1 R3 0 1 2
0 1 2 0 1 2
R3 + 2R2 0 0 1
0 0 10 0 0 10
R2 + 2R3 1 0 0
0 1 0
Then, this matrix is invertible .
R1 + 10R3 0 0 1
Note: More details in next chapter – Gauss Jordan Method.
1.8 The Inverse of a Matrix (cont.)
2.
1 1
3. (cA) 1 A
c
4.
1.8 The Inverse of a Matrix (cont.)
Example.
Given .
Compute A-2 in two different ways and show that the results are equal.
Solution:
1st way – find A2 and then (A2)-1 :
2nd way – find A-1 and then (A-1)2 : Note that each
method
produces the
same result.
1.8 The Inverse of a Matrix (cont.)
Proof:
We need to show B-1 A-1 is the inverse of AB.
Then, by using definition of inverse matrix;
Note:
The inverse of a product of invertible matrices is the product of their inverses
in the reverse order.
( A B)1 A1 B 1 is not true in general, for square matrices A, B.
1.8 The Inverse of a Matrix (cont.)
Example
Suppose that B is an invertible matrix and A is any matrix with AB = BA. Show
that A and B-1 commute.
Solution:
Solution:
Here we want to find X,
1 1 Since (AB)-1 = B-1A-1
A ( BX ) ( A B ) (( BX ) A) ( A B )
1 1 1 3 2 3 2
BXA B 3 AB 3 A
B 1 BXAA1 B 1 B 3 AB 3 AA1
I X I B4 AB 3 I
X B 4 AB 3
Exercises
Solve the given matrix equation for X (Simplify the answers as much as
possible).
AXB ( BA) 2
ABXA1B1 I A
1.8 The Inverse of a Matrix (cont.)
Solutions:
Theorem
Let A be a square matrix. If B is a square matrix such that either
AB = I or BA = I, then A is invertible and B = A-1.
1.8 The Inverse of a Matrix (cont.)
Example
3
1 2 1 9 5
2
A 2 2 4 and B 5 1
Let 3.
1 3 3 1
2 1
2
Recall that;
Example
1 2 1
A 2 2 4
1 3 3
Solution:
From the computation, det A = Now, the nine cofactors will be,
2 4 2 4 2 2
C11 18 C12 10 C13 4
3 3 1 3 1 3
1.8 The Inverse of a Matrix (cont.)
2 1 1 1 C23
1 2
1
C21 3 C22 2
3 3 1 3 1 3
2 1 1 1 C33
1 2
2
C31 10 C32 6 2 2
2 4 2 4
Theorem
Let A be a square matrix. If a sequence of elementary row
operations reduces A to I, then the same sequence of elementary
row operations transforms I into A-1.
Example
R2 + R1 R2 R3
R1 – R2
– R2
R3 – 3R2
R2 + R3
R1 + R3
Then,
This method is called as
Gauss –Jordan Elimination
– more detail in Chapter 2
1.8 The Inverse of a Matrix (cont.)
Exercises (Inverse of a Matrix):
4
3. ( i) k 1, 4 ( ii ) k 24 ( iii ) k , 1
3
1.9 Elementary Matrices
Definition (Elementary Matrix)
Examples
Let 1 0 0 0 0 0 1 0 1 0 0 0
0 0 1 0
3 0 0 0 1 0 0 E3
0
E1 E2 and
0 0 0
0 0 1 0 1 0 0 0 1
0 0 0 1 0 0 0 1 0 2 0 1
3R2 R1 R3 R4 – 2R2
1.9 Elementary Matrices (cont.)
Example.
Which of the following matrices are elementary? For those that are, describe the
corresponding elementary row operation.
a.
Elementary - ERO 3R2
Determine whether the matrix is elementary. If it is, state the elementary row operation
(ERO) used to produce it.
a.
a. Elementary – ERO 2R2
b. Not elementary – two ERO
c. Elementary – ERO R3 + 5R1
b.
d. Not elementary – two ERO
c.
d.
1.9 Elementary Matrices (cont.)
Exercises:
Let A, B, C be
Find,