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 f2308da + e098593 commit b41d65dCopy full SHA for b41d65d
1 file changed
README.md
@@ -225,8 +225,11 @@ The **graphical method** for solving simple linear programming (LP) problems inv
225
226
- [Less than or equal to constraint]():
227
228
- $$a_{i1}x_1$$ + $$a_{i2}x_2 \leq b_i$$
+ $$a_{i1}x_1$$ + $$a_{i2}x_2 \leq b_i$$
229
230
+ ```latex
231
+ a_{i1}x_1 + a_{i2}x_2 \leq b_i
232
+ ```
233
<br>
234
235
- [Greater than or equal to constraint]():
0 commit comments