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 30bca61 + f747ed5 commit 2280ba3Copy full SHA for 2280ba3
1 file changed
README.md
@@ -335,13 +335,14 @@ The **graphical method** for solving simple linear programming (LP) problems inv
335
336
**[Decision Variables]():** These are the variables that we want to determine the values of to optimize the ***[OBJECTIVE FUNCTION]()*** (e.g.):
337
338
+<br>
339
-$$\(x_1\)$$ and $$\(x_2\)$$
340
+$\(x_1\)$ and $\(x_2\)$
341
342
<br>
343
344
```latex
-\(x_1\)$$ and $$\(x_2\)
345
+\(x_1\)$$ and \(x_2\)
346
```
347
348
0 commit comments