I have an $m×n$ matrix $A$ and an $m×n$ vector $b$.
$Ax=b$ defines a subspace of the original space.
I have some $x$ vectors, which are all in this subspace. I think that if I know this about them, then I should be able to find some function $f:\mathbb{R}^n \rightarrow \mathbb{R}^{n-m}$ that maps each of these into a lower dimensional space.
Example: I have points $[1,2,3], [1,3,2],[1,2,0]$
And the matrices: $A = [0,0,0], b = [1,0,0]$
Then I know that I can remove the first component of each point, which gives me $[2,3], [3,2],[2,0]$.
What should I do if $A$ and $b$ are not such simple matrices?