Problem 2: Write a MATLAB script the perform the simplex method using the Big M method Test your script using the following examples Input the information manually Use inf ( infinity in MATLAB) for the value of M Show the progress at each iteration Show the final solution Example #03 Solve the following problem using the Big M method. max: z = 3x1 + 2x2 + 6x3 Subject to 4x1 + x2 + x3 ? 100 x1 + x2 ? 40 x2 + x3 ? 30
Added by Jose Miguel L.
Close
Step 1
First, we need to convert the inequalities into equalities by introducing slack variables (s1, s2, s3): 4x1 + x2 + x3 + s1 = 100 x1 + x2 + s2 = 40 x2 + x3 + s3 = 30 Show more…
Show all steps
Your feedback will help us improve your experience
Audrey Fong and 54 other Calculus 3 educators are ready to help you.
Ask a new question
Labs
Want to see this concept in action?
Explore this concept interactively to see how it behaves as you change inputs.
Key Concepts
Recommended Videos
Sri K.
Solve the following linear programming problem by the simplex method. At each iteration, identify B and B-1 Maximize 3x1 2x2 X3 subject to 3x1 3x2 + -x1 + 2x2 + x3 x1, x2 , x3
Madhur L.
Solve the following linear programming using the Simplex method: Maximise Z= X1 + X2 Subject to: 2X1 + X2 ≤ 4 X1 + 2X2 ≤3 X1 ≥ 0, X2 ≥ 0
H M.
Recommended Textbooks
Calculus: Early Transcendentals
Thomas Calculus
Watch the video solution with this free unlock.
EMAIL
PASSWORD