Usually I have been asked to write problems in standard form that have inequalities involved. However, this problem has none and I was wondering if anyone had insight on how to go about solving it.
Consider this system:
$$ e_{i} = b_{i} - \sum_{j=1}^na_{i,j}x_{j} \\(i=1,2,...m) $$
where $a_{i,j}$ $(1 \leq i \leq m\,,\ 1 \leq\ j \leq n)$ and $b_{i}$ $(1 \leq i \leq m)$ are given. The problem is to find an assignment of values to the variables $x_{1}, ...,x_{n}$ that minimizes max$|e_{j}|$. Express this problem as a linear program in the standard form.
So, there are no inequalities and both $i$ and $j$ are both always positive so I don't know where to start introducing new variables.