We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 591c084 + 11a9e68 commit f2308daCopy full SHA for f2308da
1 file changed
README.md
@@ -229,9 +229,14 @@ The **graphical method** for solving simple linear programming (LP) problems inv
229
230
<br>
231
232
- - Greater than or equal to constraint:
+ - [Greater than or equal to constraint]():
233
+
234
+ $$a_{i1}x_1$$ + $$a_{i2}x_2 \geq b_i$$
235
236
+ ```latex
237
+ a_{i1}x_1 + a_{i2}x_2 \geq b_i
238
+ ```
239
- #### $$a_{i1}x_1$$ + $$a_{i2}x_2 \geq b_i$$
240
241
242
0 commit comments