Given two vectors $x, y$ in $\mathbb{R}^n$ and scalar $\alpha$, what is the value of $\alpha$ that minimizes $||\alpha x - y ||_1$? Give an algorithm to find the minimum.
I've tried couple of examples by hand but I am not getting anywhere. Either it's the value of $|\alpha x_i - y_i|$ that dominates the function or the median. Is there a systematic way to get the solution?
This reduces to a Euclidean geometry problem, by restriction to the subspace spanned by $x$ and $y$.
There are two cases, where the line does/doesn't intersect $C$, which should be similar to the types you described from examples. Nonintersecting case is the problem of finding lines of support parallel to the given one.