Skip to content

Commit 3a285aa

Browse files
Update README.md
Signed-off-by: Fabiana 🚀 Campanari <113218619+FabianaCampanari@users.noreply.github.com>
1 parent 61da6af commit 3a285aa

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)