I'm trying to figure out all matrices that satisfy this condition: For all $x$ there exists a $b$ such that $Ax = b$.
$A$ is an $n \, \text{x} \, n$ matrix. Also both $x,b$ are $n \, \text{x} \, 1$ column vectors.
I know that if a matrix is invertible then $Ax = b \Longrightarrow x = A^{-1}b$.
What I'm uncertain about is whether there are non invertible matrices that also satisfy this condition. I was wondering whether such a matrix exists or not?
It is true if and only if $A=0$ and $b=0$.
Indeed
$$A(1,0,...,0)=A(2,0,...,0)\iff (A)_{i,1}=0 \quad b(1)=0$$
and so on.