I have this LP:
Maximize $ 2x_1 + 3x_2$
S.t
(1) $ 2x_1 + 2x_2 \leq 30 $
(2) $x_1 + 2x_2 \geq 10$
(3) $ x_1, x_2 \geq0 $
I have to solve the LP by using the dual simplex method, and I have to start with the basis consisting of the slack variable in (1) and the surplus variable in (2).
I'm not sure if this is the dual form of the above LP?
Min $30y_1 + 10y_1$
S.t
$2y_1 + y_1 + s_1 = 2$
$ 2y_1 + 2y_1 - s_2 = 3$
$y_1, y_2, s_1, s_2 \geq 0 $