diff --git a/docs/Chap29/29.1.md b/docs/Chap29/29.1.md index f25f062c33..b5eebca08f 100755 --- a/docs/Chap29/29.1.md +++ b/docs/Chap29/29.1.md @@ -102,7 +102,7 @@ $$ > > $$ > \begin{array}{lrcrcrcrl} -> \text{minimize} & 2x_1 & & & - & 6x_3 \\\\ +> \text{maximize} & 2x_1 & & & - & 6x_3 \\\\ > \text{subject to} & \\\\ > & x_1 & + & x_2 & - & x_3 & \le & 7 \\\\ > & 3x_1 & - & x_2 & & & \ge & 8 \\\\ @@ -124,7 +124,7 @@ x_1, x_2, x_3, x_4, x_5, x_6 & \ge & 0 & , \end{array} $$ -where we are sill trying to maximize $2x_1 - 6x_3$. The basic variables are $x_4$, $x_5$, $x_6$ and the nonbasic variables are $x_1$, $x_2$, $x_3$. +where we are still trying to maximize $2x_1 - 6x_3$. The basic variables are $x_4$, $x_5$, $x_6$ and the nonbasic variables are $x_1$, $x_2$, $x_3$. ## 29.1-6