What algorithm can you use to minimize the distance between two matrices? For example:
$$\min_{X \in \Gamma} \| A - X\|_2$$
$\Gamma$ all m $\times$ m rank $k$ matrices.
How can you think of this geometrically? If for least squares we minimize $Ax-b$ and look for $x$, but what vector do we look for in the difference between two matrices? I wish I could contribute more but I'm not really sure how to intrepret this.