Question: Problem 2 Write a MATLAB script the perform the simplex method using the Big M method Test your script using examples from HW 4 Input

Problem 2 Write a MATLAB script the perform the simplex method using the Big M method Test your script using examples from HW 4 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 3 100 xi tx2 240 x2 +x3 30 Example #04 Solve the following problem using the Big M method. max: z = 4x1 + 5x2-3x3 Subject to x 2x2 x3 10 xix22 6 x3x2x3 S 14 Problem 2 Write a MATLAB script the perform the simplex method using the Big M method Test your script using examples from HW 4 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 3 100 xi tx2 240 x2 +x3 30 Example #04 Solve the following problem using the Big M method. max: z = 4x1 + 5x2-3x3 Subject to x 2x2 x3 10 xix22 6 x3x2x3 S 14
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
