I am doing practice questions in my book and I came upon this True/False question:
If $\det(A) = 0$, then the linear system $Ax=b$, $b\neq 0$, has no solution.
The book is saying that the answer is false. But why is that? I thought the answer is true because of something like this
$ Ax = b$ $$\left(\begin{array}{ccc|c}1&0&0&1\\0&0&0&2\\0&0&1&3\end{array}\right)$$
When a matrix has its rref taken, the resulting matrix, when the determinant is zero, would always have a zero in its diagonal, right? This would result in a matrix with no solution because row 2 is impossible. Am I misunderstanding the question somehow? I am also confused by this question because I am not sure how augmented matrices work with square matrices because you can only find the determinant of a square matrix. Can someone please explain why the answer is false?