The problem reads:
Let $\mathcal V$ be the subspace $\mathcal span \ \mathbf x$, where $\mathbf x$=[3 2 1]$^T$. Find the best approximation in $\mathcal V$ $\mathcal to \ \mathbf y$ =[1 2 3]$^T$ with respect to the following norms:
A. $\Vert\cdot\Vert_1$
B. $\Vert\cdot\Vert_2$
C. $\Vert\cdot\Vert_\infty$
I'm beginning with A. I'm assuming I will minimize $\alpha$ in the following expression: $\Vert\alpha \mathbf x - \mathbf y\Vert_1$, which leads us to |3$\alpha$−1|+|2$\alpha$-2|+|$\alpha$−3|. How exactly do I separate it and graph it in order to find the best $\alpha$? And how do we get the best approximation using $\alpha$?