Not every system of linear equations has a solution. We define certain criteria for what different systems mean.
Theorem 2.1.1 (Solutions to linear equation). Represent the system $A\vec x = \vec b$, involving $m$ linear equations in $n$ unknown, by the $m\times (n+1)$m matrix $[A|\vec b]$, which row reduces to $[\tilde A|\tilde b]$. Then,
Examples
The matrix $\begin{bmatrix}2&1&3&1\\1&-1&0&1\\1&1&2&1\end{bmatrix}$ row reduces to $\begin{bmatrix}1&0&1&0\\0&1&1&0\\0&0&0&1\end{bmatrix}$, which has no solutions since the pivotal 1 in the last row is in the $\tilde b$ column.
The matrix $\begin{bmatrix}2&1&3&1\\1&-1&0&1\\1&1&2&1/3\end{bmatrix}$ row reduces to $\begin{bmatrix}1&0&1&2/3\\0&1&1&-1/3\\0&0&0&0\end{bmatrix}$. This has infinite solutions because we can choose $z$ arbitrarily.