I tried to solve this problem, but I am not sure if I am right. Otherwise, I find some solution in one book and solution is very questionable. One more thing, I am not sure how to this problems when there are equality constraints. Find dual problem for min $-x_1+2x_2+3x_3$ subject to $x_1-x_2+2x_3=1$, $2x_1+x_2<=3$, $x_1<=0$, $x_2>=0$, $x_3>=0$ and solve it.
First, I use change $_1=−_1$ where $_1 \ge 0$ . I observe these three constraints: $−_1−_2+2_3\ge 1$ , $_1+_2−2_3\ge −1$, $−2_1+_2\ge −3$ and create dual problem: $\max _1−_2−3_3$ subject to $−_1+_2−2_3\le −1$ , $−_1+_2+1_3\le 2$, $2_1−2_2\le 3$ . Is this right?
