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 160fc92 + 95e8cb5 commit cff038dCopy full SHA for cff038d
README.md
@@ -581,6 +581,28 @@ $$
581
582
583
584
+<br><br>
585
+
586
+**3. (5 pontos)** Resolva o PL a seguir com o método Simplex:
587
588
589
+$$
590
+\[
591
+\begin{aligned}
592
+\textbf{Max.} \quad & Z = 4x_1 + 3x_2 \\
593
+\textbf{S.a.} \quad &
594
+\begin{cases}
595
+x_1 + 3x_2 \leq 7 \\
596
+2x_1 + 2x_2 \leq 8 \\
597
+x_1 + x_2 \leq 3 \\
598
+x_2 \leq 2 \\
599
+x_1 \geq 0 \text{ e } x_2 \geq 0
600
+\end{cases}
601
+\end{aligned}
602
+\]
603
+SS
604
605
606
607
608
0 commit comments