Is there an example of an inconsistent linear system with more variables than equations?

211 Views Asked by At

I believe that is impossible because there would always be free variables. Does anyone know if that is correct?

2

There are 2 best solutions below

3
On

This concept is linear algebra.

The expressions that contain the variables can be translated into vectors. If the vectors span a space of dimension less than the number of equations you can indeed have no solutions. Otherwise there is a solution.

5
On

No, it is not correct. Take, for instance, the system$$\left\{\begin{array}{l}x+y+z=0\\x+y+z=1.\end{array}\right.$$