Skip to content

Commit 61da6af

Browse files
Merge pull request #359 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents 3e35760 + 3925559 commit 61da6af

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -584,14 +584,13 @@ $$
584584
<br><br>
585585

586586

587-
### **3.** Resolva o PL a seguir com o método Simplex:
588-
587+
### **3.** Solve the following linear programming problem using the Simplex method.:
589588

590589
$$
591-
\
590+
\[
592591
\begin{aligned}
593-
\textbf{Max.} \quad & Z = 4x_1 + 3x_2 \\
594-
\textbf{S.a.} \quad &
592+
\text{Max.} \quad & Z = 4x_1 + 3x_2 \\
593+
\text{S.a.} \quad &
595594
\begin{cases}
596595
x_1 + 3x_2 \leq 7 \\
597596
2x_1 + 2x_2 \leq 8 \\
@@ -600,7 +599,7 @@ x_2 \leq 2 \\
600599
x_1 \geq 0 \text{ e } x_2 \geq 0
601600
\end{cases}
602601
\end{aligned}
603-
\
602+
\]
604603
SS
605604
606605

0 commit comments

Comments
 (0)