Exercises 4.1

Finding Basic Solutions


The system of constraints
The slack equations
Subject to:x1+3x2£12
2x1+x2£10
x1+x2£4
wherex1andx2³0
Becomes Þ
x1 +3x2+ x3 = 12
2x1+x2 + x4 = 10
x1 + x2+ x5= 4
Basic x1 x2 x3 x4 x5 RHS Leaving
x
x
x
Entering


Exercises

  1. What is the initial basic solution?
  2. What happens if you try to enter a variable that is already basic?
  3. What happens if the pivot value is zero?
  4. Make x1 enter and x5 leave. What is the corresponding basic solution?
  5. 'Reset' the widget and make x2, x3, and x4 the basic variables. What is the corresponding basic solution?
  6. 'Reset' the widget and make x1, x3, and x5 the basic variables. What is the corresponding basic solution?

Return to Index Return to First Lesson Return to top of page Proceed to Next Exercise