Simplex Method Solution
Simplex Method Solution
Problem Statement
Maximize Z = 4x₁ + 5x₂ + 9x₃ + 11x₄
Subject to:
x₁ + x₂ + x₃ + x₄ ≤ 15
7x₁ + 5x₂ + 3x₃ + 2x₄ ≤ 120
3x₁ + 5x₂ + 10x₃ + 15x₄ ≤ 100
x₁, x₂, x₃, x₄ ≥ 0
Objective function:
Z - 4x₁ - 5x₂ - 9x₃ - 11x₄ = 0