Skip to content

Commit d1742b8

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ $$
587587
### **3.** Solve the following linear programming problem using the Simplex method.:
588588

589589
$$
590-
\[
590+
\
591591
\begin{aligned}
592592
\text{Max.} \quad & Z = 4x_1 + 3x_2 \\
593593
\text{S.a.} \quad &
@@ -599,7 +599,7 @@ x_2 \leq 2 \\
599599
x_1 \geq 0 \text{ e } x_2 \geq 0
600600
\end{cases}
601601
\end{aligned}
602-
\]
602+
\
603603
SS
604604
605605

0 commit comments

Comments
 (0)