[Math] If the number of equations in a linear system exceeds the number of unknowns, then the system must be inconsistent – FALSE. Linear Algebra

linear algebra

I don't understand how this statement is FALSE. What if a matrix resulted in a row which led us to row 0x2 = 9, which would tell us that the plane or vector is parallel?

Thanks in advance for clearing up my confusion.

Reference : This was from my linear algebra textbook. Elementary Linear Algebra Tenth Edition by Howard Anton and Chris Rorres.

Chapter 1.1 True False exercise (e)

Best Answer

The key word here is must. I.e., the statement claims that every system of linear equations with more equations than unknowns is inconsistent. That’s false. For example, the system $$\begin{align} x &= 1 \\ 2x &= 2 \end{align}$$ has two equations and one unknown, but is clearly consistent.