Our final question is on a type of linear programming problem that we did not cover in lectures. Consider the following program:max z=3x1+5x2+2x3 s.t x1+2x2+2x3<=10 2x1+4x2+3x3<=15 0<=x1<=4<=x2<=3<=x3<=3 As you realize, the above program differs from the ones discussed in class in that each decision variable has an upper bound. How would you modify Simplex Method to solve this program? Find the solution of this problem
Our final question is on a type of linear programming problem that we did not cover in lectures. Consider the following...
Problem #5 -- Consider the following linear programming problem: Maximize Z = 2x1 + 4x2 + 3x3 subject to: X1 + 3x2 + 2x3 S 30 best to X1 + x2 + x3 S 24 3x1 + 5x2 + 3x3 5 60 and X120, X220, X3 2 0. You are given the information that x > 0, X2 = 0, and x3 >O in the optimal solution. Using the given information and the theory of the simplex method, analyze the...
Use the Gaussian elimination method to solve each of the following systems of linear equations. In each case, indicate whether the system is consistent or inconsistent. Give the complete solution set, and if the solution set is infinite, specify three particular solutions. 1-5x1 – 2x2 + 2x3 = 14 *(a) 3x1 + x2 – x3 = -8 2x1 + 2x2 – x3 = -3 3x1 – 3x2 – 2x3 = (b) -6x1 + 4x2 + 3x3 = -38 1-2x1 +...
Solve the dual of the following L.P problem by simplex method. Hence find the solution of the primal using complimentary slackness conditions. Minimize Z = 4X1 - 5X2 - 2X3 Subject to 6X1 + X2 - X3 ≤ 5 2X1 + 2X2 - 3X3 ≥ 3 ...
Excel
Use Simplex method and Exel To solve the following LPPs. Maximize Maximize P-3x + x2 subject to the constraints x1 + x2 = 2 2x) + 3x2 s 12 3x + = 12 x 20 x220 P = 5x1 + 7x2 subject to the constraints 2xy + 3x2 = 12 3x + x2 = 12 x 20 *2 2 0 Maximize Maximize P = 2x2 + 4x2 + x3 subject to the constraints -*1 + 2x2 + 3x3 5...
Problem 1 (20 pts) Consider the mathematical program max 3x1+x2 +3x3 s.t. 2x1 +x2 + x3 +x2 x1 + 2x2 + 3x3 +2xs 5 2x 2x2 +x3 +3x6-6 Xy X2, X3, X4, Xs, X620 Three feasible solutions ((a) through (c)) are listed below. (0.3, 0.1, 0.4, 0.9, 1.65, 1.6) (c) x Please choose one appropriate interior point from the list, and use the Karmarkar's Method at the interior point and determine the optimal solution. 25
Problem 1 (20 pts) Consider...
please answer the question by computer
Problem 2. (25 points) Consider the following integer nonlinear programming problem. max 2 = x1x2x s.t. X1 + 2x2 + 3x3 < 10, X1 >1, x2 > 1, X3 >1, X1, X2, X3 are integers. Use dynamic programming to solve this problem.
samplex
Problem1: Solve the following problem using simplex method: Max. z = 2 x1 + x2 – 3x3 + 5x4 S.t. X; + 7x2 + 3x3 + 7x, 46 (1) 3x1 - x2 + x3 + 2x, 38 .(2) 2xy + 3x2 - x3 + x4 S 10 (3) E. Non-neg. x > 0, x2 > 0, X3 > 0,44 20 Problem2: Solve the following problem using big M method: Max. Z = 2x1 + x2 + 3x3 s.t. *+...
Problem 5: a) (2 Points) Using the two-phase simplex procedure solve Minimize 3X1 + X2 + 3X3-X4 Subject to 1 2.x2 - ^3 r4 0 2x1-2x2 + 3x3 + 3x4 9 T1, x2, x3, x4 2 0. b) (2 Points) Using the two-phase simplex procedure solve Minimize Subject to x1+6x2-7x3+x4+5x5 5x1-4x2 + 132:3-2X4 + X5-20 X5 〉 0.
Problem 1 (20 pts) Consider the mathematical program max 3x1+x2 +3x3 s.t. 2x1 +x2 + x3 +x2 x1 + 2x2 + 3x3 +2xs 5 2x 2x2 +x3 +3x6-6 Xy X2, X3, X4, Xs, X620 Three feasible solutions ((a) through (c)) are listed below. (0.3, 0.1, 0.4, 0.9, 1.65, 1.6) (c) x Please choose one appropriate interior point from the list, and use the Karmarkar's Method at the interior point and determine the optimal solution. 25
Use the following Management Scientist output to answer the questions. LINEAR PROGRAMMING PROBLEM MAX 31X1+35X2+32X3 S.T. 3X1+5X2+2X3>90 6X1+7X2+8X3<150 5X1+3X2+3X3<120 OPTIMAL SOLUTION Objective Function Value = 763.333 Variable Value Reduced Cost X1 13.333 0.000 X2 10.000 0.000 X3 0.000 10.889 Constraint Slack/Surplus Dual Price 1 0.000 0.778 2 0.000 5.556 3 23.333 0.000 OBJECTIVE COEFFICIENT RANGES Variable Lower Limit Current Value Upper Limit X1 30.000 31.000 No Upper Limit X2 No Lower Limit 35.000 36.167 X3 No Lower Limit 32.000 42.889...