This module discusses matrices, their order, row and column matrices, square matrices and the identity matrix.
A matrix is a rectangular array of elements.
Matrices are usually denoted by upper case letters.
The elements are usually written within brackets.
The order or shape of the matrix is determined by the number of rows and columns of the matrix.
The number of rows is always given first then the number of columns. Example. \[\begin{align*} A & =\left[\begin{array}{ccc} 1 & 2 & -9\\ 2 & 5 & -3 \end{array}\right] \end{align*}\]
\(A\) has 2 rows and 3 columns and is called a \(2\times3\) matrix.1 This is verbally stated as a 2 by 3 matrix.
A matrix with \(m\) rows and \(n\) columns is called a matrix of order \(m\times n\).2 This is verbally termed an “m by n matrix”.
Square matrix
A matrix with the same number of rows and columns is called a square matrix.
A unit (or identity) matrix is a square matrix with diagonal elements equal to one, and all other elements equal to zero. The unit matrix is usually denoted by \(I\).