Is the following equation regarded as a linear equation?
$$0x_1+0x_2+0x_3=5$$
The original question is as below:
Solve the linear system given by the following augmented matrix:
$\left(\begin{array}{ccc|c}2 & 2 & 3 & 1 \\2 & 5 & 3 & 0 \\0 & 0 & 0 & 5\end{array}\right)$
Note the words linear system in the original question. So, I was asking myself whether $0x_1+0x_2+0x_3=5$ is a linear equation. Can we call all of the equations given by the matrix collectively as a linear system?
The reason you MUST call it a linear equation is that you want to call the following a linear equation, for all constants $a_1, a_2, a_3$: $$a_1x_1+a_2x_2+a_3x_3=5$$ You don't want to call this a "sometimes" linear equation.