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 236a96f + 39bd4c6 commit a78d881Copy full SHA for a78d881
1 file changed
README.md
@@ -1249,13 +1249,13 @@ Intersection of x_1 + 3x_2 = 7 and 2x_1 + 2x_2 = 8:
1249
1250
<br>
1251
1252
-### [3](). [Intersection of() $x_1 + x_2 = 3$ and $x_2 = 2$:
+### [3](). [Intersection of]() $x_1 + x_2 = 3$ and $x_2 = 2$:
1253
- $x_1 = 1$
1254
- Point: **(1, 2)**
1255
1256
1257
1258
-### [4](). [Intersection of() $2x_1 + 2x_2 = 8$ and $x_2 = 2$:
+### [4](). [Intersection of]() $2x_1 + 2x_2 = 8$ and $x_2 = 2$:
1259
- $x_1 = 2$
1260
- Point: **(2, 2)**
1261
@@ -1272,7 +1272,7 @@ Intersection of x_1 + 3x_2 = 7 and 2x_1 + 2x_2 = 8:
1272
1273
## [Step 4](): Evaluate Objective Function at Each Vertex:
1274
1275
-### - [Feasible Vertices():
+### - [Feasible Vertices]():
1276
1277
1278
0 commit comments