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 3e35760 + 3925559 commit 61da6afCopy full SHA for 61da6af
README.md
@@ -584,14 +584,13 @@ $$
584
<br><br>
585
586
587
-### **3.** Resolva o PL a seguir com o método Simplex:
588
-
+### **3.** Solve the following linear programming problem using the Simplex method.:
589
590
$$
591
-\
+ \[
592
\begin{aligned}
593
-\textbf{Max.} \quad & Z = 4x_1 + 3x_2 \\
594
-\textbf{S.a.} \quad &
+\text{Max.} \quad & Z = 4x_1 + 3x_2 \\
+\text{S.a.} \quad &
595
\begin{cases}
596
x_1 + 3x_2 \leq 7 \\
597
2x_1 + 2x_2 \leq 8 \\
@@ -600,7 +599,7 @@ x_2 \leq 2 \\
600
599
x_1 \geq 0 \text{ e } x_2 \geq 0
601
\end{cases}
602
\end{aligned}
603
+\]
604
SS
605
606
0 commit comments