Suppose we have an over-determined system $A x = b$, where $A \in \mathbb K_{m \times n}$ matrix, $x = (n \times 1)$ vector, and $b = (m \times 1)$ vector, $m > n$. How do we find $x$ that minimizes $\| b- A x \|_{\infty}$ ($L_{\text{inf}}$ norm)?
I was told this is equivalent to a linear programming problem, but could someone show me how this is so?
Thanks.
You can utilize CVX or CVX OPT which is for Python. There is an example of this on the site. The following is Matlab Optimization Toolbox
simply becomes the following in CVX