Simplex Method - Programming Problem

Click For Summary
The discussion focuses on solving a linear programming problem using the Simplex Method, specifically addressing a problem with three constraints. Participants clarify that each inequality requires a slack variable to convert it into an equation for the Simplex tableau. The method remains consistent regardless of the number of constraints, with each constraint represented as a row in the tableau. After obtaining a solution, it's suggested to verify the result by graphing the feasible region. The conversation emphasizes understanding the process of setting up the tableau and interpreting the results.
Maatttt0
Messages
37
Reaction score
0
Simplex Method --- Programming Problem

Homework Statement



Here's the question -
Conside the linear programming problem:

maximise P = -3x + y,

subject to 3x + 2y =< 24,
4x + 9y =< 36,
-2x + y =< 1,
and x >= 0, y >= 0.

Represent the problem as an initial Simplex tableau and use the Simplex algorithm to solve the problem. Interpret your final tableau.


Homework Equations





The Attempt at a Solution



My problem is I'm usure how to tackle this with 3 subjects (ignoring the one with X and Y must be greater or equal to 0). I have completed questions in class with 2 subjects but my teacher nor my textbook mention anything about 3 of them.

I attempted it a couple of times with just putting it in a follow the steps as I would with 2 subjects but it doesn't seem to work perfectly. Is this the correct way?

I would post my attempts but it'll get a bit complicated over the computer.

Thank you in advance :)
 
Physics news on Phys.org


The three inequalities are called constraints, not subjects. The idea is to maximize the objective function, subject to those constraints.

To get this ready to put into a simplex tableau, you need to add one slack variable for each of the three inequalities that involve both x and y. This turns each inequality into an equation.

For example, the first inequality becomes 3x + 2y + r = 24.
 


Thank you for the reply but I understand that much. I'm unsure if there is a different idea for 3 constraints (I forgot the word earlier).
 


I think I have worked it now - thank you all. :)
 


No, it's the same no matter how many constraints you have - one row in the tableau for each constraint equation (i.e., the equation you get after adding a slack variable to the constraint inequality).

Once you get an answer, you can check by graphing the feasible region and confirming that the point you found maximizes the objective function.
 


Thank you for clearing that up Mark :)
 

Similar threads

  • · Replies 19 ·
Replies
19
Views
3K
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
Replies
1
Views
2K
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
25
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 13 ·
Replies
13
Views
2K