Algorithm and Examples: Method Solve The Linear Programming Problem Using Dual Simplex Method Calculator
Algorithm and Examples: Method Solve The Linear Programming Problem Using Dual Simplex Method Calculator
NOW
PLAYING
We use cookies to improve your experience on our site and to show you relevant advertising. By browsing this website, you agree to our use of cookies. Learn more Accept
Support us
I want to sell my website www.AtoZmath.com with complete code
Select Language
Powered by Translate
Ads
Home > Operation Research calculators > Dual Simplex method calculator
OR
Total Variables : 3 Total Constraints : 3 Generate
Max Z= 2 x1 + 2 x2 + 4 x3
Subject to constraints
2 x1 + 3 x2 + 5 x3 >= 2
3 x1 + 1 x2 + 7 x3 <= 3
1 x1 + 4 x2 + 6 x3 <= 5
and x1,x2,x3 >= 0
Mode : Fraction
Calculate : Zj-Cj
Alternate Solution (if exists) Artificial Column Remove Subtraction Steps
Find Random New
Solution Help
Solution:
Problem is
Max Z = 2 x 1 + 2 x 2 + 4 x 3
subject to
2 x1 + 3 x2 + 5 x3 ≥ 2
3 x1 + x2 + 7 x3 ≤ 3
x1 + 4 x2 + 6 x3 ≤ 5
and x 1, x 2, x 3 ≥ 0;
In order to apply the dual simplex method, convert all ≥ constraint to ≤ constraint by multiply -1.
Problem is
Max Z = 2 x 1 + 2 x 2 + 4 x 3
subject to
- 2 x1 - 3 x2 - 5 x3 ≤ - 2
3 x1 + x2 + 7 x3 ≤ 3
x1 + 4 x2 + 6 x3 ≤ 5
and x 1, x 2, x 3 ≥ 0;
The problem is converted to canonical form by adding slack, surplus and artificial variables as appropiate
Iteration-1 Cj 2 2 4 0 0 0
B CB XB x1 x2 x3 S1 S2 S3
S1 0 -2 -2 -3 -5 1 0 0
S2 0 3 3 1 7 0 1 0
S3 0 5 1 4 6 0 0 1
Z=0 Zj 0 0 0 0 0 0
Zj - Cj -2 -2 -4 0 0 0
(
Here not all Z j - C j ≥ 0. Because Z 1 - C 1 = - 2 )
Hence, method fails to get optimal basic feasible solution.
https://cbom.atozmath.com/CBOM/Simplex.aspx?q=ds&q1=3%603%60MAX%60Z%60x1%2cx2%2cx3%602%2c2%2c4%602%2c3%2c5%3b3%2c1%2c7%3b1%2c4%2c6%60>%3d%2c<%3d%2c<%3d%602%2c3%2c5%60%60F%60false%60true%60true%60true%60false%60false%60true&do=1#PrevPart 1/2