From 467bf7fff61b3ddc631dd6c1842c8c576365fa38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiana=20=20=F0=9F=A7=AC=20Campanari?= <113218619+FabianaCampanari@users.noreply.github.com> Date: Thu, 17 Jul 2025 14:20:49 -0300 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabiana 🧬 Campanari <113218619+FabianaCampanari@users.noreply.github.com> --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5a74f29..12ad65a 100644 --- a/README.md +++ b/README.md @@ -1102,6 +1102,8 @@ x_1 \geq 0, \quad x_2 \geq 0 ### - [**Objective:**](): +
+ $Z = 4x_1 + 3x_2$
@@ -1112,7 +1114,9 @@ Z = 4x_1 + 3x_2
-### ➢ [**Subject to:**](): +### - [**Subject to:**](): + +
$$ \begin{cases} @@ -1124,6 +1128,8 @@ x_1 \geq 0, \quad x_2 \geq 0 \end{cases} $$ +
+ ```latex \begin{cases} x_1 + 3x_2 \leq 7 \\ @@ -1142,7 +1148,7 @@ Convert inequalities into equalities to draw the lines:
-### [1](). $x_1 + 3x_2 = 7$ +### [1](): $x_1 + 3x_2 = 7$ - If $x_1 = 0 \Rightarrow x_2 = \frac{7}{3} \approx 2.33$ - If $x_2 = 0 \Rightarrow x_1 = 7$ @@ -1156,7 +1162,7 @@ x_1 + 3x_2 = 7$
-### [2](). $2x_1 + 2x_2 = 8$ +### [2](): $2x_1 + 2x_2 = 8$ - If $x_1 = 0 \Rightarrow x_2 = 4$ - If $x_2 = 0 \Rightarrow x_1 = 4$ @@ -1170,7 +1176,7 @@ x_1 + 2x_2 = 8
-### [3](). $x_1 + x_2 = 3$ +### [3](): $x_1 + x_2 = 3$ - If $x_1 = 0 \Rightarrow x_2 = 3$ - If $x_2 = 0 \Rightarrow x_1 = 3$ @@ -1184,7 +1190,7 @@ x_1 + x_2 = 3
-### [4](). $x_2 = 2$ → horizontal line +### [4](): $x_2 = 2$ → horizontal line