MATH-224 - LectureNotes 1
MATH-224 - LectureNotes 1
The first topic of this course is Matrices and one may wonder why we
are studying them.
Our interest is in knowing what Matrices are, their types, and how
they can be used to solve real life problems.
For your information, Matrices are a powerful computation tool in
modern Mathematics having a wide range of applications in fields
such as Chemical Engineering, Population and Computational
Biology, Ecology, Economics, Demography, etc.
Matrices can also be used as structures within which numeric data
can be stored and manipulated.
In this lesson, you will learn about the following: definition of a
matrix, matrix notation, order (or size) of a matrix, and types of
matrices.
Please ensure that you have a scientific calculator which will be used
at some point in this course.
(Maliyoni & Malipa, MUST) MATH-224 Lecture 1 2019/2020 Academic Year 3 / 24
Matrices
Definition of a matrix
A matrix is a rectangular array of numbers, symbols, or expressions
arranged in rows and columns and enclosed by a pair of brackets.
Remark
An aij th element in a matrix simply denotes an element positioned at the
intersection of ith row and jth column.
Solution
(i) n31 is an entry positioned at the intersection of row 3 and column 1
in matrix N. Therefore, n31 = 6.
(ii) n33 = −10.
(iii) n12 = 2.
Definition
A matrix containing m rows and n columns is said to be of the order or
size m × n (Note that you count the number of rows first and the number
of columns second).
Example
1 2 3
1. Matrix M = is of order 2 × 3 because it has 2 rows and 3
4 5 6
columns.
a b
2. The size of matrix G = is 2 × 2 (2 rows and two columns).
c d
x + y −3
3. A = y 9 has 3 rows and 2 columns. Therefore, matrix A is
−14 x
of order 3 × 2.
(Maliyoni & Malipa, MUST) MATH-224 Lecture 1 2019/2020 Academic Year 8 / 24
Types of Matrices
There are so many types of matrices but in this lesson only 9 types will be
considered.
1. Column Matrix
This is a matrix with m rows and 1 column and is of order m × 1.
Example
w
2 x
−4 and are column matrices of order 3 × 1 and 4 × 1,
y
1
z
respectively.
Remark
For a column matrix, there can be as many rows (m rows) as we wish but
only one column.
(Maliyoni & Malipa, MUST) MATH-224 Lecture 1 2019/2020 Academic Year 9 / 24
2. Row Matrix
This is a matrix with 1 row and n columns. The size of this matrix is
1 × n.
Example
M = −3 5 and G = a b c d e are row matrices of order 1 × 2
and 1 × 5, respectively.
3. Equal Matrices
Two matrices, A and B, are said to be equal if they are of the same
order and the corresponding elements are equal (i.e. they have the
same element at same position in the two matrices).
In this case we write A = B.
Note that both conditions must hold for two matrices to be equal. If
one or both conditions do not hold, then the matrices are not equal,
i.e. A 6= B.
Conversely, if two matrices are equal, then the matrices have the same
order and their corresponding elements are equal.
(Maliyoni & Malipa, MUST) MATH-224 Lecture 1 2019/2020 Academic Year 10 / 24
Example
−1 2 7 8 −1 2 k 8
Let A = ,B= ,C= , and D = .
3 5 3 4 3 5 3 4
(i) Matrices A and C are of order 2 × 2 and their corresponding elements
are equal. Therefore, matrices A and C are equal, that is, A = C .
(ii) Matrices B and D are also of order 2 × 2. However, their
corresponding elements are not equal because the elements
positioned at b11 = 7 in matrix B and d11 = k in matrix D are not
the same. Therefore, matrices B and D are not equal, i.e. B 6= D.
(iii) These two matrices, B and D, can be equal (B = D) if and only if
k = 7 (since this conditions ensures that the corresponding elements
of B and D are equal).
Example
0 0 0
0 0
O2×2 = , O1×4 = 0 0 0 0 , O3×3 = 0 0 0, and
0 0
0 0 0
0
O3×1 = 0 are all zero matrices.
0
Example
2 6
(i) A = is a 2 × 2 square matrix.
4 8
a d g
(ii) B = b e h is a 3 × 3 square matrix.
c f i
Note
i. The order of a square matrix is n where n is the number of rows and
columns. Thus, the order n = 3 implies a 3 × 3 square matrix.
ii. A square matrix has two diagonals. The diagonal extending from top left to
bottom right of a matrix is more important than the diagonal extending
from top right to bottom left.
Example
−1 5 0
Let A = 8 5 −4. Find Trace A.
1 6 3
Trace A = −1 + 5 + 3 = 7
Remark
For a diagonal matrix, there must exist at least one non-zero element in its
diagonal.
Example
2 0
(i) A = is a 2 × 2 diagonal matrix.
0 8
x 0 0
(ii) B = 0 y 0 is a 3 × 3 diagonal matrix.
0 0 z
Example
4 0
(i) R = is a 2 × 2 scalar matrix since all the leading diagonal elements
0 4
are equal.
−5 0 0
(ii) S = 0 −5 0 is a 3 × 3 scalar matrix.
0 0 −5
m 0 0 0
0 m 0 0
(iii) T = 0 0 m 0 is a 4 × 4 scalar matrix.
0 0 0 m
Remark
An identity matrix of order n is written as In .
Example
1 0
(i) I2 = is a 2 × 2 (n = 2) identity matrix since all the leading diagonal
0 1
elements are 1.
1 0 0
(ii) I3 = 0 1 0 is a 3 × 3 identity matrix.
0 0 1
1 0 0 0
0 1 0 0
(iii) I4 = is a 4 × 4 identity matrix.
0 0 1 0
0 0 0 1
Example
Example
(a) Matrices are indeed a very powerful computation tool and are applied
in many fields other than Mathematics only.
(b) In this lesson, a number of concepts have been covered and these are:
Definition of a matrix.
Matrix notation.
Order of a matrix.
Types of matrices.
(c) For further reading, please refer to MATH-224 Module Study Guide,
Pages 1-5.
(d) In case you have questions about this lesson, please do not hesitate to
ask us using the forum on this platform and we will be glad to address
them.
(e) It is our hope that you found this lesson interesting and you cannot
wait for the next lesson.
(f) We wish you the best of luck. Stay safe. COVID-19 is real!
(Maliyoni & Malipa, MUST) MATH-224 Lecture 1 2019/2020 Academic Year 23 / 24
END OF LECTURE 1
THANK YOU!