This array captures the essential information of the system. That is, the variables in the original system simply act as “placeholders”. As long as we keep track of which columns correspond to which variables, the array contains precisely the same information about the system as its “equation form”. Systems of linear equations can be conveniently and efficiently represented in this way. This kind of rectangular array of numbers is called a matrix.
Subsection2.3.1Matrices
Broadly, a matrix is a rectangular array of numbers, arranged in (horizontal) rows and (vertical) columns, and within brackets.
Definition2.3.1.
Let \(m, n \in \mathbb{N}\text{.}\) Then, an \(m \times n\) matrix (read as “\(m\) by \(n\) matrix”) is a rectangular array of \(m\) rows and \(n\) columns of real numbers,
Each number \(a_{ij}\) is called an entry (or coefficient, or element) of the matrix. Then, \(a_{ij}\) represents the entry in row \(i\) and column \(j\text{.}\)
The plural of matrix is matrices
Matrices are typically denoted by capital letters, like \(A, B, C\text{,}\) etc.
Note that in \(m \times n\text{,}\) the number of rows is specified first, then the number of columns.
Definition2.3.2.
A matrix \(A\) is square if it has the same number of rows as columns. In other words, \(A\) is an \(n \times n\) matrix, for some \(n\text{.}\)
Examples will often include \(2 \times 2\) or \(3 \times 3\) matrices. A general \(2 \times 2\) matrix is of the form,
\begin{equation*}
A = \begin{bmatrix} a_{11} \amp a_{12} \\ a_{21} \amp a_{22} \end{bmatrix} \qquad \text{or} \qquad A = \begin{bmatrix} a \amp b \\ c \amp d \end{bmatrix}
\end{equation*}
The latter notation is simpler because it doesn't involve subscripts. However, if there are multiple matrices involved, the former notation can be more practical.
The coefficient matrix of a linear system is the matrix with entries given by the coefficients of the variables. The augmented matrix is the coefficient matrix with an additional column for the constant terms. The system,