Skip to content

Commit bb44b04

Browse files
Merge pull request #586 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents a8ae147 + 4732f77 commit bb44b04

File tree

1 file changed

+10
-34
lines changed

1 file changed

+10
-34
lines changed

README.md

Lines changed: 10 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -662,42 +662,18 @@ x_1,\, x_2,\, s_1,\, s_2,\, s_3,\, s_4 \geq 0
662662
```
663663
<br>
664664

665+
### 📊 [Initial Simplex Tableau]()_
665666

666-
667-
-------
668-
669-
$$
670-
\left\{
671-
\begin{aligned}
672-
x_1 + 3x_2 + s_1 &= 7 \\
673-
2x_1 + 2x_2 + s_2 &= 8 \\
674-
x_1 + x_2 + s_3 &= 3 \\
675-
x_2 + s_4 &= 2 \\
676-
x_1,\ x_2,\ s_1,\ s_2,\ s_3,\ s_4 &\geq 0
677-
\end{aligned}
678-
\right.
679-
$$
680-
681-
682-
683-
684-
685-
$$
686-
\
687-
\left\{
688-
\begin{aligned}
689-
x_1 + 3x_2 + s_1 &= 7 \\
690-
2x_1 + 2x_2 + s_2 &= 8 \\
691-
x_1 + x_2 + s_3 &= 3 \\
692-
x_2 + s_4 &= 2 \\
693-
x_1,\ x_2,\ s_1,\ s_2,\ s_3,\ s_4 &\geq 0
694-
\end{aligned}
695-
\right.
696-
\
697-
$$
698-
667+
| Base | x₁ | x₂ | s₁ | s₂ | s₃ | s₄ | RHS |
668+
|------|----|----|----|----|----|----|-----|
669+
| s₁ | 1 | 3 | 1 | 0 | 0 | 0 | 7 |
670+
| s₂ | 2 | 2 | 0 | 1 | 0 | 0 | 8 |
671+
| s₃ | 1 | 1 | 0 | 0 | 1 | 0 | 3 |
672+
| s₄ | 0 | 1 | 0 | 0 | 0 | 1 | 2 |
673+
| **Z**| -4 | -3 | 0 | 0 | 0 | 0 | 0 |
699674

700675

676+
<br>
701677

702678

703679

@@ -724,7 +700,7 @@ $$
724700

725701

726702

727-
<br> -\\\\\\\k\
703+
<br>
728704

729705

730706
# IX - [Extras Excercise]():

0 commit comments

Comments
 (0)