Skip to content

Commit e9b382c

Browse files
authoredDec 7, 2020
Updated LaTeX equation
1 parent cb2d181 commit e9b382c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎Scipy-Linear-Programming.ipynb

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"\n",
3030
"The linear programming (LP) problem is,\n",
3131
"\n",
32-
"$$\\text{maximize: }\\ 20x_1+12x_2+30x_3+15x_4 \\\\\n",
33-
"\\text{s.t.: } x_1+x_2+x_3+x_4 \\leq 50 \\text { (manpower constraint)}\\\\ \n",
34-
"3x_1+2x_2+2x_3 \\leq 100 \\text { (material A constraint)}\\\\\n",
35-
"x_2+5x_3+3x_4 \\leq 90 \\text { (material B constraint)}\\\\\n",
36-
"x_1, x_2, x_3, x_4 \\geq 0$$\n",
32+
"$$\\text{maximize: }\\ 20x_1+12x_2+30x_3+15x_4$$\n",
33+
"$$\\text{s.t.: } x_1+x_2+x_3+x_4 \\leq 50 \\text { (manpower constraint)}$$\n",
34+
"$$3x_1+2x_2+2x_3 \\leq 100 \\text { (material A constraint)}$$\n",
35+
"$$x_2+5x_3+3x_4 \\leq 90 \\text { (material B constraint)}$$\n",
36+
"$$x_1, x_2, x_3, x_4 \\geq 0$$\n",
3737
"\n",
3838
"---"
3939
]

0 commit comments

Comments
 (0)
Please sign in to comment.