I have a little linear algebra problem here:
How can I prove, that there is a solution of system $Ax = b$ only if there is no solution of $A^T y = 0$ and $b^T y = 1$?
I have a little linear algebra problem here:
How can I prove, that there is a solution of system $Ax = b$ only if there is no solution of $A^T y = 0$ and $b^T y = 1$?
Assume $A^Ty=0$ and $b^Ty=1$. Then $$1=b^Ty=(Ax)^Ty=x^TA^Ty=x^T0=0.$$