Matrices
Matrices
Back
Matrices
2.1 Matrices
Definition of a matrix
A matrix is a set of numbers arranged in rows and columns to form a rectangular or a square array.
Order of a matrix can be determined by counting the number of rows followed by the number of columns of the matrix. Matrix with m rows
and n columns has the order m × n and is read as “matrix m by n”. For example,
For example:
2 3 7
[ ]
5 4 9
This matrix has 2 rows and 3 columns. Therefore, it is a matrix with order 2 × 3 and can be read as “matrix 2 by 3”.
Example 1
⎡−2 3⎤
Given that matrix K = ⎢ 0 4⎥, determine
⎣1 9⎦
Solution:
∴ D has order 3 × 2
b) d11 = −2
d21 = 0
d32 = 9
Equal matrices
Matrixces A and B are equal, A = B if the order of both the matrices are the same and the corresponding elements are equal.
[ ]=[ ]
a b e f
c d g h
⟹ a = e,
b = f,
c = g,
d=h