Let $U$ be a subspace of $\mathbb{R}^n$. Which systems of linear equations $Ax = b$ have $U$ as their solution set?
Here is my attempt:
Observe that we must have $b = 0$, because otherwise $x = 0$ isn’t a solution, meaning the solution set cannot be a subspace. So we may only consider homogeneous linear systems. In particular, the orthogonal projection onto $U^\perp$ has $U$ as its kernel. So if $P$ is the matrix of this map, then $Px = 0$ has $U$ as its solution set. So this is one answer. The question I now have is: is this the only possible answer (i.e. is it unique)? In other words, if $Ax = 0$ has $U$ as its solution set, must $A$ be the orthogonal projection onto $U^\perp$?