Let $A$ be a $3 \times 2$ matrix . Explain why the equation $A\vec{x} = \vec{b}$ cannot be solved for every $\vec{b}$ in $\mathbb{R}^3$. What about a $4 \times 3$ matrix?
I'm not sure how to answer this.. I know that a $3 \times 2$ matrix only has 2 pivot columns and could therefore only have 2 pivot positions maybe? I also know that the third row would have to be like maybe infinitely solutions or? I'm not really sure how to explain it
Consider the linear transformation $T:\mathbb{R}^{2}\rightarrow \mathbb{R}^{3}$ deined by $$T(X)=AX.$$ Now existence of solution for $AX=b$ means that $b\in\mathbb{R}^{3}$ has preimage under $T$ and which is not possible for every vector of $\mathbb{R}^{3}$ as $T$ can't onto. Same is true for the matrix mention by you.