Does there exist a matrix $A$ with vectors $p, q, r$ such that $Ax = p$ has no solution, $Ax = q$ has exactly one solution, and $Ax = r$ has infinitely many solutions? Justify your answer. If such a matrix does not exist, are there matrices for which two out of the three cases can hold? What are they?
I believe that there is such a matrix $A$ because if $Ax = q$ and $Ax = r$ has at least one solution, then that means that $q$ and $r$ are in the span of the vectors in the matrix $A$, which implies that $q$ and $r$ are multiples of the vectors in the matrix.
This also implies that the columns of $A$ are linearly dependent and therefore NOT invertible.
Do you think this is a proper justification? did i make any errors somewhere?
The answer is easy if you know what $\operatorname{Nul}A$ and $\operatorname{Col}A$ mean.
Let $A$ be an $m\times n$ matrix. The null space of $A$ is defined by $$ \operatorname{Nul}A = \{ \mathbf{x}\in\mathbb{R}^n \mid A\mathbf{x}=\mathbf{0} \} \subset \mathbb{R}^n $$ and the column space of $A$ is defined by $$ \operatorname{Col}A = \{ \mathbf{y}\in\mathbb{R}^m \mid A\mathbf{x}=\mathbf{y} \text{ for some $\mathbf{x}\in\mathbb{R}^n$} \} \subset \mathbb{R}^m $$
Therefore, there is no $A$ satisfying all three cases because of (2). But there are matrices for which two out of the three cases can hold.