[Math] Can a system be inconsistent and have free variables

linear algebra

I'm learning about linear independence/dependence in linear algebra. It is easy to tell if a system is linearly dependent if it has free variables. However, I've come upon a problem where the matrix I'm working with is inconsistent. If I have a system that is inconsistent, can there still be free variables?

Best Answer

Sure: $$ \begin{cases} x+y=0\\ x+y=1 \end{cases} $$ The rank of the incomplete matrix is $1$, so one variable is free, but the system is inconsistent.

But this might depend on the definition of free variable to begin with.