Skip to content

Commit 0cc17b4

Browse files
Merge pull request #333 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents ae834a4 + 7805470 commit 0cc17b4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,26 @@ In the context of Linear Programming (LP) and the Simplex Method, Excel Solver c
412412

413413
[***Solver is especially useful in educational settings for visualizing and solving linear optimization problems without requiring programming, making it a powerful tool for teaching and learning operations research.***]()
414414

415+
<br>
416+
417+
## Simplex Method using Excel Solver
418+
419+
This example shows how to solve a Linear Programming (LP) problem using the **Simplex Method** via **Excel Solver**.
420+
421+
<br>
422+
423+
### Problem
424+
425+
Maximize the objective function:
426+
427+
Z = 3x + 5y
428+
429+
Subject to the constraints:
430+
431+
x + 2y ≤ 100
432+
2x + y ≤ 80
433+
x, y ≥ 0
434+
415435

416436

417437

0 commit comments

Comments
 (0)