File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ The **graphical method** for solving simple linear programming (LP) problems inv
337337
338338<br >
339339
340- $$ \(x_1\) $$ and $$ \(x_2\) $$
340+ $$ \(x_1\) $$ and $$ \(x_2\) $$
341341
342342<br >
343343
@@ -349,7 +349,6 @@ The **graphical method** for solving simple linear programming (LP) problems inv
349349
350350- ** [ Objective Function] ( ) :** This is the linear function that we aim to maximize or minimize. For example:
351351
352-
353352<br >
354353
355354 $$ \max/\min \quad Z $$ = $$ c_1x_1 + c_2x_2 $$
@@ -364,7 +363,12 @@ The **graphical method** for solving simple linear programming (LP) problems inv
364363<br >
365364
366365- ** [ Constraints] ( ) :** These are linear inequalities or equalities that restrict the values the decision variables can take.
367- - [ Equality constraint] ( ) :
366+
367+ <br >
368+
369+ - [ Equality constraint] ( ) :
370+
371+ <br >
368372
369373 $$ a_{i1}x_1 + a_{i2}x_2 $$ = $$ b_i $$
370374
You can’t perform that action at this time.
0 commit comments