SlideShare a Scribd company logo
1 of 17
BIG-M METHOD
A VARIANT OF SIMPLEX METHOD
PRESENTED BY:
NISHIDH VILAS LAD-2013176
NITESH BERIWAL-2013177
NITESH SINGH PATEL-2013178
NITIN BORATWAR-2013179
NITIN KUMAR SHUKLA-2013180
NOOPUR MANDHYAN-2013181
INTRODUCTION
WHAT IS BIG-M METHOD?
 The Big M method is a method of solving linear programming problems.
 It is a variation of the simplex method designed for solving problems typically
encompassing "greater-than" constraints as well as "less-than" constraints -
where the zero vector is not a feasible solution.
 The "Big M" refers to a large number associated with the artificial variables,
represented by the letter M.
DRAWBACKS
 If optimal solution has any artificial variable with non-zero value, original
problem is infeasible
 Four drawbacks of BIG-M method:
 How large should M be?
 If M is too large, serious numerical difficulties in a computer
 Big-M method is inferior than 2 phase method
 Here feasibility is not known until optimality
Steps In The Big-M Method
 Add artificial variables in the model to obtain a feasible solution.
 Added only to the ‘>’ type or the ‘=‘ constraints
 A value M is assigned to each artificial variable
 The transformed problem is then solved using simplex eliminating the
artificial variables
Important Points To Remember
Solve the modified LPP by simplex method, until
any one of the three cases may arise.
 If no artificial variable appears in the basis and the optimality conditions are
satisfied
 If at least one artificial variable in the basis at zero level and the optimality
condition is satisfied
 If at least one artificial variable appears in the basis at positive level and the
optimality condition is satisfied, then the original problem has no feasible
solution.
Big M Method: Example 1
 Minimize Z = 40x1 + 24x2
 Subject to 20x1 + 50x2 >= 4800
80x1 + 50x2 >= 7200
x1 , x2 >= 0
Introducing Surplus Variable and Artificial
Variable to obtain an Initial Solution
 Minimize Z = 40x1 + 24x2+ 0s1 + 0s2 + MA1 + MA1
 Subject to 20x1 + 50x2 –S1 + A1 = 4800
80x1 + 50x2 –S2 + A2 = 7200
x1 , x2 >= 0
S1 and S2 Surplus Variable
A1 and A2 Artificial Variable
Basic
Variable
s
Cb Xb X1 X2 S1 S2 A1 A2
Cj -40 -24 0 0 -M -M
A1 -M 4800
A2 -M 7200
20 50 -1 0 1 0
80 50 0 -1 0 1
Z∑ (Cb-Xb) =
12000M
-100M+40 -100M+24 M M 0 0 ∆j= ∑CbXj-Cj
Min Ratio
= Xb/Xk
4800/50
7200/50
Maximize Z = -40x1 – 24x2 – 0S1 – 0S2 - MA1 – MA2
Basic
Variable
s
Cb Xb X1 X2 S1 S2 A1 A2
Cj -40 -24 0 0 -M -M
X2 -24 96
A2 -M 2400 60 0 1 -1 -1 1
Z∑ (Cb-Xb) =
-2400M - 2304
152/5-
60M
0
12/25-
M
M -12/25+2M 0 ∆j= ∑CbXj-Cj
Min Ratio
= Xb/Xk
480/2
2400/60
2/5 1 -1/50 0 1/50 0
BV Cb Xb X1 X2 S1 S2 A1 A2
A1 -M 4800 20 50 -1 0 1 0
A2 -M 7200 80 50 0 -1 0 1
Basic
Variable
s
Cb Xb X1 X2 S1 S2 A1 A2
Cj -40 -24 0 0 -M -M
X2 -24 80
X1 -40 40 1 0 1/60 -1/60 -1/60 1/60
Z∑ (Cb-Xb) =
-3520
0 0 -2/75 78/150 2/75+M
38/75
+M
∆j= ∑CbXj-Cj
Min Ratio
= Xb/Xk
-6000/2
2400/1
0 1 -2/75 1/150 2/75 -1/150
BV Cb Xb X1 X2 S1 S2 A1 A2
X2 -24 96 2/5 1 -1/50 0 1/50 0
A2 -M 24 60 0 1 -1 -1 1
Basic
Variable
s
Cb Xb X1 X2 S1 S2 A1 A2
Cj -40 -24 0 0 -M -M
X2 -24 144
S1 0 2400 60 0 1 -1 -1 1
Z∑ (Cb-Xb) =
3456
8/5 0 0 12/25 M
M-
12/25
∆j= ∑CbXj-Cj
Min Ratio
= Xb/Xk
_
_
8/5 1 0 -1/50 0 1/50
THE VALUE OF OBJECTIVE FUNCTION IS 3456
BV Cb Xb X1 X2 S1 S2 A1 A2
X2 -24 80 0 1 -2/5 1/150 2/75 -1/150
X1 -40 40 1 0 1/60 -1/60 -1/60 1/60
Hence Optimal Solution is ACHIEVED.
BIG-M Method : An Example
 Maximize Z = 2x1 + 4x2
 Subject to 2x1 + x2 <= 18
3x1 + 2x2 >= 30
x1 + 2x2 = 26
x1 , x2 >= 0
Introduce Surplus , Slack and Artificial variables
 Maximize Z = 2x1 + 4x2 + 0S1 + 0S2 – MA1 – MA2
 Subject to 2x1 + x2 + S1 = 18
3x1 + 2x2 – S2 + A1 = 30
x1 + 2x2 + A2 = 26
x1 , x2 , S1 , S2 , A1 , A2 >= 0
S1 -> Slack Variable
S2 -> Surplus Variable
A1 , A2 -> Artificial Variable
M -> Large value
Max: Z= 2x1 + 4x2 + 0S1 + 0S2 – MA1 – MA2
2x1 + x2 + S1 = 18
3x1 + 2x2 – S2 + A1 = 30
x1 + 2x2 + A2 = 26
x1 , x2 , S1 , S2 , A1 , A2 >= 0
Z∑ (Cb*Xb) = -56M
Basic
Variables
Cb Xb X1 X2 S1 S2 A1 A2
S1 0 18
A1 -M 30
A2 -M 26
2 1 1 0 0 0
3 2 0 -1 1 0
1 2 0 0 0 1
Min Ratio
= Xb/Xk
18/1
30/2
26/2
Cj 2 4 0 0 -M -M
Calculation:
∑(Cb*Xb) = 0*18 + (-M*30) + (-M*26) = -56M
∆j= ∑CbXj-Cj = (0*2)+(-M*3)+(-M*1)-2= -4M-2
∆j= ∑CbXj-Cj = (0*1)+(-M*2)+(-M*2)-4 = -4M-4
∆j= ∑CbXj-Cj = (0*1)+(-M*0)+(-M*0)-0 = 0
∆j= ∑CbXj-Cj = (0*0)+(-M*(-1))+(-M*0)-0 = M
∆j= ∑CbXj-Cj = (0*0)+(-M*1)+(-M*0)-(-M) = 0
∆j= ∑CbXj-Cj = (0*0)+(-M*0)+(-M*1)-(-M) = 0
∆j= ∑CbXj-Cj0M0-4M-4-4M-2 0
BV Cb Xb X1 X2 S1 S2 A1 A2
S1 0 18 2 1 1 0 0 0
A1 -M 30 3 2 0 -1 1 0
A2 -M 26 1 2 0 0 0 1
Cj 2 4 0 0 -M -M
Basic
Variables
Cb Xb X1 X2 S1 S2 A1 A2
S1
A1
X2
0
-M
4
Replace A2 by X2.
Divide the key row X2 by key element 2.
Now operate row X2 & S1.
i.e. S1- X2
13 ½ 1 0 0 0 ½
5 3/2 0 1 0 0 1
Now operate A1 & X2
i.e. A1-2 X2
4 2 0 0 -1 1 -1
Z∑ (Cb*Xb) = 52-4M
Calculation:
∑(Cb*Xb) = 0*5 + (-M*4) + 4*13 = 52-4M
∆j= ∑CbXj-Cj = (0*3/2)+(-M*2)+(4*1/2)-2= -2M
∆j= ∑CbXj-Cj = (0*0)+(-M*0)+(4*1)-4 = 0
∆j= ∑CbXj-Cj = (0*1)+(-M*0)+(4*0)-0 = 0
∆j= ∑CbXj-Cj = (0*0)+(-M*(-1))+(4*0)-0 = M
∆j= ∑CbXj-Cj = (0*0)+(-M*1)+(4*0)-(-M) = 0
∆j= ∑CbXj-Cj = (0*1)+(-M*(-1))+(4*1/2)-(-M) = 2+2M
-2M 0 0 M 0 2+2M
Select the least negative element i.e. -2M, this column will be taken as Xk .
Now select the min. ratio which is 2, corresponding key element will be 2, & the key row would be
the A1.
Min. Ratio=
Xb/Xk
10/3
2
26
BV Cb Xb X1 X2 S1 S2 A1 A2
S1 0 5 3/2 0 1 0 0 -.5
A1 -M 4 2 0 0 -1 1 -1
A2 4 13 1/2 1 0 0 0 .5
Cj 2 4 0 0 -M -M
Basic
Variables
Cb Xb X1 X2 S1 S2 A1 A2
S1
X1
X2
0
2
4
Replace A1 by X1.
Divide the key row X1 by key element 2
Now operate row X1 & S1.
i.e. S1- 1.5 X1
2 0 0 1 ¾ -3/4 ¼
Now operate X1 & X2
i.e. X2-0.5 X1
Z∑ (Cb*Xb) = 52
Calculation:
∑(Cb*Xb) = 0*2 + (2*2) + 4*12 = 52
∆j= ∑CbXj-Cj = (0*0)+(2*1)+(4*0)-2= 0
∆j= ∑CbXj-Cj = (0*0)+(2*0)+(4*1)-4 = 0
∆j= ∑CbXj-Cj = (0*1)+(2*0)+(4*0)-0 = 0
∆j= ∑CbXj-Cj = (0*3/4)+(2*(-1/2))+(4*1/4)-0 = 0
∆j= ∑CbXj-Cj = (0*-3/4)+(2*1/2)+(4*(-1/4))-(-M) = M
∆j= ∑CbXj-Cj = (0*1/4)+(2*(-1/2))+(4*3/4)-(-M) = 2+M
0 0 0 0 M 2+M
2 1 0 0 -1/2 ½ -1/2
12 0 1 0 ¼ -1/4 3/4
The optimum solution to the problem is X1=2, X2=12, S1=2 & other variable is 0. The
objective function value is 52.
Bigm 140316004148-phpapp02

More Related Content

What's hot

Computer graphics - bresenham line drawing algorithm
Computer graphics - bresenham line drawing algorithmComputer graphics - bresenham line drawing algorithm
Computer graphics - bresenham line drawing algorithmRuchi Maurya
 
Computer Graphics - Bresenham's line drawing algorithm & Mid Point Circle alg...
Computer Graphics - Bresenham's line drawing algorithm & Mid Point Circle alg...Computer Graphics - Bresenham's line drawing algorithm & Mid Point Circle alg...
Computer Graphics - Bresenham's line drawing algorithm & Mid Point Circle alg...Saikrishna Tanguturu
 
Linear programming
Linear programmingLinear programming
Linear programmingsabin kafle
 
Lines and curves algorithms
Lines and curves algorithmsLines and curves algorithms
Lines and curves algorithmsMohammad Sadiq
 
Circle drawing algo.
Circle drawing algo.Circle drawing algo.
Circle drawing algo.Mohd Arif
 
Bresenham circlesandpolygons
Bresenham circlesandpolygonsBresenham circlesandpolygons
Bresenham circlesandpolygonsaa11bb11
 
Circle algorithm
Circle algorithmCircle algorithm
Circle algorithmPooja Dixit
 
Lab lecture 1 line_algo
Lab lecture 1 line_algoLab lecture 1 line_algo
Lab lecture 1 line_algosimpleok
 
Econometrics assignment help
Econometrics assignment helpEconometrics assignment help
Econometrics assignment helpMark Austin
 
Bresenham circles and polygons derication
Bresenham circles and polygons dericationBresenham circles and polygons derication
Bresenham circles and polygons dericationKumar
 
Dda line algorithm presentatiion
Dda line algorithm presentatiionDda line algorithm presentatiion
Dda line algorithm presentatiionMuhammadHamza401
 
Vector mechanics for engineers statics 7th chapter 5
Vector mechanics for engineers statics 7th chapter 5 Vector mechanics for engineers statics 7th chapter 5
Vector mechanics for engineers statics 7th chapter 5 Nahla Hazem
 
Computer Graphic - Lines, Circles and Ellipse
Computer Graphic - Lines, Circles and EllipseComputer Graphic - Lines, Circles and Ellipse
Computer Graphic - Lines, Circles and Ellipse2013901097
 

What's hot (20)

Computer graphics - bresenham line drawing algorithm
Computer graphics - bresenham line drawing algorithmComputer graphics - bresenham line drawing algorithm
Computer graphics - bresenham line drawing algorithm
 
Computer Graphics - Bresenham's line drawing algorithm & Mid Point Circle alg...
Computer Graphics - Bresenham's line drawing algorithm & Mid Point Circle alg...Computer Graphics - Bresenham's line drawing algorithm & Mid Point Circle alg...
Computer Graphics - Bresenham's line drawing algorithm & Mid Point Circle alg...
 
Problema dual
Problema dualProblema dual
Problema dual
 
Linear programming
Linear programmingLinear programming
Linear programming
 
Lines and curves algorithms
Lines and curves algorithmsLines and curves algorithms
Lines and curves algorithms
 
Circle drawing algo.
Circle drawing algo.Circle drawing algo.
Circle drawing algo.
 
Bresenham circlesandpolygons
Bresenham circlesandpolygonsBresenham circlesandpolygons
Bresenham circlesandpolygons
 
Dda algorithm
Dda algorithmDda algorithm
Dda algorithm
 
Circle algorithm
Circle algorithmCircle algorithm
Circle algorithm
 
Lab lecture 1 line_algo
Lab lecture 1 line_algoLab lecture 1 line_algo
Lab lecture 1 line_algo
 
Bresenhams
BresenhamsBresenhams
Bresenhams
 
DDA algorithm
DDA algorithmDDA algorithm
DDA algorithm
 
Econometrics assignment help
Econometrics assignment helpEconometrics assignment help
Econometrics assignment help
 
Bresenham circles and polygons derication
Bresenham circles and polygons dericationBresenham circles and polygons derication
Bresenham circles and polygons derication
 
Dda line-algorithm
Dda line-algorithmDda line-algorithm
Dda line-algorithm
 
Dda line algorithm presentatiion
Dda line algorithm presentatiionDda line algorithm presentatiion
Dda line algorithm presentatiion
 
Dda algo notes
Dda algo notesDda algo notes
Dda algo notes
 
Vector mechanics for engineers statics 7th chapter 5
Vector mechanics for engineers statics 7th chapter 5 Vector mechanics for engineers statics 7th chapter 5
Vector mechanics for engineers statics 7th chapter 5
 
Bresenham circle
Bresenham circleBresenham circle
Bresenham circle
 
Computer Graphic - Lines, Circles and Ellipse
Computer Graphic - Lines, Circles and EllipseComputer Graphic - Lines, Circles and Ellipse
Computer Graphic - Lines, Circles and Ellipse
 

Viewers also liked

Tukuko, Crónica de una celebración desde el corazon de la Sierra de Perijá
Tukuko, Crónica de una celebración desde el corazon de la Sierra de PerijáTukuko, Crónica de una celebración desde el corazon de la Sierra de Perijá
Tukuko, Crónica de una celebración desde el corazon de la Sierra de PerijáJose María De Viana
 
7.17.14 HOLDENEBONY MEDTERM REVISED4.27pm
7.17.14 HOLDENEBONY MEDTERM REVISED4.27pm7.17.14 HOLDENEBONY MEDTERM REVISED4.27pm
7.17.14 HOLDENEBONY MEDTERM REVISED4.27pmEbony Holden
 
Talking about colour ppt
Talking about colour pptTalking about colour ppt
Talking about colour pptBlair Duncan
 
MS-92 JAN JUNE 2016 SOLVED ASSIGNMEN
MS-92 JAN JUNE 2016 SOLVED ASSIGNMENMS-92 JAN JUNE 2016 SOLVED ASSIGNMEN
MS-92 JAN JUNE 2016 SOLVED ASSIGNMENDharmendra Sikarwar
 
Ieee 2015 2014 power electronics project titles
Ieee 2015 2014 power electronics project titlesIeee 2015 2014 power electronics project titles
Ieee 2015 2014 power electronics project titlespowerprojects
 
Employee Engagment
Employee EngagmentEmployee Engagment
Employee Engagmentchroda.net
 
Evolució aeronàutica soviètica
Evolució aeronàutica sovièticaEvolució aeronàutica soviètica
Evolució aeronàutica sovièticaninive19
 
Hsk level 6 vocabularies by frequency
Hsk level 6 vocabularies by frequencyHsk level 6 vocabularies by frequency
Hsk level 6 vocabularies by frequencyPractical Mandarin
 
Clothes Make The Person - AS COMMS
Clothes Make The Person - AS COMMSClothes Make The Person - AS COMMS
Clothes Make The Person - AS COMMSSimon Gummer
 
SAGE Enterprises Fuel Cell Challenge V Presentation
SAGE Enterprises Fuel Cell Challenge V PresentationSAGE Enterprises Fuel Cell Challenge V Presentation
SAGE Enterprises Fuel Cell Challenge V PresentationEngenuitySC
 
Michele evans
Michele evansMichele evans
Michele evanst7260678
 
Mc Ex[1].5 Unit 5 Quadratic Equations
Mc Ex[1].5  Unit 5 Quadratic EquationsMc Ex[1].5  Unit 5 Quadratic Equations
Mc Ex[1].5 Unit 5 Quadratic Equationsguest9f21a4
 
Voxxed Days Belgrade - Spring Boot & Kotlin, a match made in Heaven
Voxxed Days Belgrade - Spring Boot & Kotlin, a match made in HeavenVoxxed Days Belgrade - Spring Boot & Kotlin, a match made in Heaven
Voxxed Days Belgrade - Spring Boot & Kotlin, a match made in HeavenNicolas Fränkel
 
Anti-Resume : Jessica Glendinning
Anti-Resume : Jessica GlendinningAnti-Resume : Jessica Glendinning
Anti-Resume : Jessica GlendinningJessica Glendinning
 
Google adwords policies
Google adwords policiesGoogle adwords policies
Google adwords policiesSwati Parmar
 
ZhangZhao-resume
ZhangZhao-resumeZhangZhao-resume
ZhangZhao-resumeZhao Zhang
 

Viewers also liked (20)

Tukuko, Crónica de una celebración desde el corazon de la Sierra de Perijá
Tukuko, Crónica de una celebración desde el corazon de la Sierra de PerijáTukuko, Crónica de una celebración desde el corazon de la Sierra de Perijá
Tukuko, Crónica de una celebración desde el corazon de la Sierra de Perijá
 
7.17.14 HOLDENEBONY MEDTERM REVISED4.27pm
7.17.14 HOLDENEBONY MEDTERM REVISED4.27pm7.17.14 HOLDENEBONY MEDTERM REVISED4.27pm
7.17.14 HOLDENEBONY MEDTERM REVISED4.27pm
 
Talking about colour ppt
Talking about colour pptTalking about colour ppt
Talking about colour ppt
 
MS-92 JAN JUNE 2016 SOLVED ASSIGNMEN
MS-92 JAN JUNE 2016 SOLVED ASSIGNMENMS-92 JAN JUNE 2016 SOLVED ASSIGNMEN
MS-92 JAN JUNE 2016 SOLVED ASSIGNMEN
 
Ieee 2015 2014 power electronics project titles
Ieee 2015 2014 power electronics project titlesIeee 2015 2014 power electronics project titles
Ieee 2015 2014 power electronics project titles
 
Employee Engagment
Employee EngagmentEmployee Engagment
Employee Engagment
 
Ra structure
Ra structureRa structure
Ra structure
 
Hong Kong Web Analytics Wednesday #7
Hong Kong Web Analytics Wednesday #7Hong Kong Web Analytics Wednesday #7
Hong Kong Web Analytics Wednesday #7
 
Evolució aeronàutica soviètica
Evolució aeronàutica sovièticaEvolució aeronàutica soviètica
Evolució aeronàutica soviètica
 
Hsk level 6 vocabularies by frequency
Hsk level 6 vocabularies by frequencyHsk level 6 vocabularies by frequency
Hsk level 6 vocabularies by frequency
 
Clothes Make The Person - AS COMMS
Clothes Make The Person - AS COMMSClothes Make The Person - AS COMMS
Clothes Make The Person - AS COMMS
 
Dress a day presentación
Dress a day presentaciónDress a day presentación
Dress a day presentación
 
SAGE Enterprises Fuel Cell Challenge V Presentation
SAGE Enterprises Fuel Cell Challenge V PresentationSAGE Enterprises Fuel Cell Challenge V Presentation
SAGE Enterprises Fuel Cell Challenge V Presentation
 
Michele evans
Michele evansMichele evans
Michele evans
 
Mc Ex[1].5 Unit 5 Quadratic Equations
Mc Ex[1].5  Unit 5 Quadratic EquationsMc Ex[1].5  Unit 5 Quadratic Equations
Mc Ex[1].5 Unit 5 Quadratic Equations
 
Voxxed Days Belgrade - Spring Boot & Kotlin, a match made in Heaven
Voxxed Days Belgrade - Spring Boot & Kotlin, a match made in HeavenVoxxed Days Belgrade - Spring Boot & Kotlin, a match made in Heaven
Voxxed Days Belgrade - Spring Boot & Kotlin, a match made in Heaven
 
Anti-Resume : Jessica Glendinning
Anti-Resume : Jessica GlendinningAnti-Resume : Jessica Glendinning
Anti-Resume : Jessica Glendinning
 
Google adwords policies
Google adwords policiesGoogle adwords policies
Google adwords policies
 
Presentation Rus 1004
Presentation Rus 1004Presentation Rus 1004
Presentation Rus 1004
 
ZhangZhao-resume
ZhangZhao-resumeZhangZhao-resume
ZhangZhao-resume
 

Similar to Bigm 140316004148-phpapp02

Ouantitative technics
Ouantitative technics Ouantitative technics
Ouantitative technics Gayu Joseph
 
Lp model, big method
Lp model, big method   Lp model, big method
Lp model, big method praveenbabu63
 
Procedure Of Simplex Method
Procedure Of Simplex MethodProcedure Of Simplex Method
Procedure Of Simplex Methoditsvineeth209
 
Duel simplex method_operations research .pptx
Duel simplex method_operations research .pptxDuel simplex method_operations research .pptx
Duel simplex method_operations research .pptxRaja Manyam
 
Artificial Variable Technique –
Artificial Variable Technique –Artificial Variable Technique –
Artificial Variable Technique –itsvineeth209
 
Output Primitives in Computer Graphics and Multimedia
Output Primitives in Computer Graphics and MultimediaOutput Primitives in Computer Graphics and Multimedia
Output Primitives in Computer Graphics and Multimediasaranyan75
 
Computer Graphics and Multimedia Output primitives
Computer Graphics and Multimedia Output primitivesComputer Graphics and Multimedia Output primitives
Computer Graphics and Multimedia Output primitivessaranyan75
 
Ejercicios resueltos de análisis estructural
Ejercicios resueltos de análisis estructuralEjercicios resueltos de análisis estructural
Ejercicios resueltos de análisis estructuralKatia Ibarra
 
OR presentation simplex.pptx
OR presentation simplex.pptxOR presentation simplex.pptx
OR presentation simplex.pptxpranalpatilPranal
 
Jacobi and gauss-seidel
Jacobi and gauss-seidelJacobi and gauss-seidel
Jacobi and gauss-seidelarunsmm
 
Operations Research Problem
Operations Research  ProblemOperations Research  Problem
Operations Research ProblemTaslima Mujawar
 

Similar to Bigm 140316004148-phpapp02 (20)

Ouantitative technics
Ouantitative technics Ouantitative technics
Ouantitative technics
 
2. lp iterative methods
2. lp   iterative methods2. lp   iterative methods
2. lp iterative methods
 
Lp model, big method
Lp model, big method   Lp model, big method
Lp model, big method
 
Procedure Of Simplex Method
Procedure Of Simplex MethodProcedure Of Simplex Method
Procedure Of Simplex Method
 
Duel simplex method_operations research .pptx
Duel simplex method_operations research .pptxDuel simplex method_operations research .pptx
Duel simplex method_operations research .pptx
 
Artificial Variable Technique –
Artificial Variable Technique –Artificial Variable Technique –
Artificial Variable Technique –
 
Artificial variable technique big m method (1)
Artificial variable technique big m method (1)Artificial variable technique big m method (1)
Artificial variable technique big m method (1)
 
MFCS2-Module1.pptx
MFCS2-Module1.pptxMFCS2-Module1.pptx
MFCS2-Module1.pptx
 
Output Primitives in Computer Graphics and Multimedia
Output Primitives in Computer Graphics and MultimediaOutput Primitives in Computer Graphics and Multimedia
Output Primitives in Computer Graphics and Multimedia
 
Computer Graphics and Multimedia Output primitives
Computer Graphics and Multimedia Output primitivesComputer Graphics and Multimedia Output primitives
Computer Graphics and Multimedia Output primitives
 
Combined
CombinedCombined
Combined
 
Ejercicios resueltos de análisis estructural
Ejercicios resueltos de análisis estructuralEjercicios resueltos de análisis estructural
Ejercicios resueltos de análisis estructural
 
OR presentation simplex.pptx
OR presentation simplex.pptxOR presentation simplex.pptx
OR presentation simplex.pptx
 
Jacobi and gauss-seidel
Jacobi and gauss-seidelJacobi and gauss-seidel
Jacobi and gauss-seidel
 
Operations Research Problem
Operations Research  ProblemOperations Research  Problem
Operations Research Problem
 
jacobi method, gauss siedel for solving linear equations
jacobi method, gauss siedel for solving linear equationsjacobi method, gauss siedel for solving linear equations
jacobi method, gauss siedel for solving linear equations
 
Duality
DualityDuality
Duality
 
Lenier Equation
Lenier EquationLenier Equation
Lenier Equation
 
2º mat emática
2º mat emática2º mat emática
2º mat emática
 
Simplex Method.pptx
Simplex Method.pptxSimplex Method.pptx
Simplex Method.pptx
 

More from kongara

K.chaitanya sm
K.chaitanya smK.chaitanya sm
K.chaitanya smkongara
 
Stakeholder management
Stakeholder managementStakeholder management
Stakeholder managementkongara
 
K.chaitanya pm
K.chaitanya pmK.chaitanya pm
K.chaitanya pmkongara
 
2 e salesforce objectives.pdf (3 files merged)
2 e salesforce objectives.pdf (3 files merged)2 e salesforce objectives.pdf (3 files merged)
2 e salesforce objectives.pdf (3 files merged)kongara
 
Linear logisticregression
Linear logisticregressionLinear logisticregression
Linear logisticregressionkongara
 
Adwords introduction (1)
Adwords introduction (1)Adwords introduction (1)
Adwords introduction (1)kongara
 
Offpage optimization
Offpage optimizationOffpage optimization
Offpage optimizationkongara
 
Basics of search engines and algorithms (1)
Basics of search engines and algorithms (1)Basics of search engines and algorithms (1)
Basics of search engines and algorithms (1)kongara
 
Isttm evol, dynamics, trends hrm
Isttm evol, dynamics, trends hrmIsttm evol, dynamics, trends hrm
Isttm evol, dynamics, trends hrmkongara
 
Isttm hyd ir v2.0
Isttm hyd ir v2.0Isttm hyd ir v2.0
Isttm hyd ir v2.0kongara
 
Isstm merit rating, promotions & transfers
Isstm merit rating, promotions & transfersIsstm merit rating, promotions & transfers
Isstm merit rating, promotions & transferskongara
 
Matching entrepreneur
Matching entrepreneurMatching entrepreneur
Matching entrepreneurkongara
 
Marketing channel selection
Marketing channel selection Marketing channel selection
Marketing channel selection kongara
 
Market feasibility
Market feasibilityMarket feasibility
Market feasibilitykongara
 
Innovation & entrepreneurship development program
Innovation & entrepreneurship development programInnovation & entrepreneurship development program
Innovation & entrepreneurship development programkongara
 
Industrial policy
Industrial policyIndustrial policy
Industrial policykongara
 
government industrial policies
government industrial policies government industrial policies
government industrial policies kongara
 
Current scenario
Current scenarioCurrent scenario
Current scenariokongara
 
Feasibilitystudy
FeasibilitystudyFeasibilitystudy
Feasibilitystudykongara
 

More from kongara (20)

K.chaitanya sm
K.chaitanya smK.chaitanya sm
K.chaitanya sm
 
Stakeholder management
Stakeholder managementStakeholder management
Stakeholder management
 
K.chaitanya pm
K.chaitanya pmK.chaitanya pm
K.chaitanya pm
 
2 e salesforce objectives.pdf (3 files merged)
2 e salesforce objectives.pdf (3 files merged)2 e salesforce objectives.pdf (3 files merged)
2 e salesforce objectives.pdf (3 files merged)
 
Linear logisticregression
Linear logisticregressionLinear logisticregression
Linear logisticregression
 
Adwords introduction (1)
Adwords introduction (1)Adwords introduction (1)
Adwords introduction (1)
 
Offpage optimization
Offpage optimizationOffpage optimization
Offpage optimization
 
Basics of search engines and algorithms (1)
Basics of search engines and algorithms (1)Basics of search engines and algorithms (1)
Basics of search engines and algorithms (1)
 
Isttm evol, dynamics, trends hrm
Isttm evol, dynamics, trends hrmIsttm evol, dynamics, trends hrm
Isttm evol, dynamics, trends hrm
 
Isttm hyd ir v2.0
Isttm hyd ir v2.0Isttm hyd ir v2.0
Isttm hyd ir v2.0
 
Isstm merit rating, promotions & transfers
Isstm merit rating, promotions & transfersIsstm merit rating, promotions & transfers
Isstm merit rating, promotions & transfers
 
Matching entrepreneur
Matching entrepreneurMatching entrepreneur
Matching entrepreneur
 
Marketing channel selection
Marketing channel selection Marketing channel selection
Marketing channel selection
 
Market feasibility
Market feasibilityMarket feasibility
Market feasibility
 
Innovation & entrepreneurship development program
Innovation & entrepreneurship development programInnovation & entrepreneurship development program
Innovation & entrepreneurship development program
 
Industrial policy
Industrial policyIndustrial policy
Industrial policy
 
government industrial policies
government industrial policies government industrial policies
government industrial policies
 
Current scenario
Current scenarioCurrent scenario
Current scenario
 
Feasibilitystudy
FeasibilitystudyFeasibilitystudy
Feasibilitystudy
 
Dpr
DprDpr
Dpr
 

Recently uploaded

Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxUnboundStockton
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 

Recently uploaded (20)

Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 

Bigm 140316004148-phpapp02

  • 1. BIG-M METHOD A VARIANT OF SIMPLEX METHOD PRESENTED BY: NISHIDH VILAS LAD-2013176 NITESH BERIWAL-2013177 NITESH SINGH PATEL-2013178 NITIN BORATWAR-2013179 NITIN KUMAR SHUKLA-2013180 NOOPUR MANDHYAN-2013181
  • 2. INTRODUCTION WHAT IS BIG-M METHOD?  The Big M method is a method of solving linear programming problems.  It is a variation of the simplex method designed for solving problems typically encompassing "greater-than" constraints as well as "less-than" constraints - where the zero vector is not a feasible solution.  The "Big M" refers to a large number associated with the artificial variables, represented by the letter M.
  • 3. DRAWBACKS  If optimal solution has any artificial variable with non-zero value, original problem is infeasible  Four drawbacks of BIG-M method:  How large should M be?  If M is too large, serious numerical difficulties in a computer  Big-M method is inferior than 2 phase method  Here feasibility is not known until optimality
  • 4. Steps In The Big-M Method  Add artificial variables in the model to obtain a feasible solution.  Added only to the ‘>’ type or the ‘=‘ constraints  A value M is assigned to each artificial variable  The transformed problem is then solved using simplex eliminating the artificial variables
  • 5. Important Points To Remember Solve the modified LPP by simplex method, until any one of the three cases may arise.  If no artificial variable appears in the basis and the optimality conditions are satisfied  If at least one artificial variable in the basis at zero level and the optimality condition is satisfied  If at least one artificial variable appears in the basis at positive level and the optimality condition is satisfied, then the original problem has no feasible solution.
  • 6. Big M Method: Example 1  Minimize Z = 40x1 + 24x2  Subject to 20x1 + 50x2 >= 4800 80x1 + 50x2 >= 7200 x1 , x2 >= 0
  • 7. Introducing Surplus Variable and Artificial Variable to obtain an Initial Solution  Minimize Z = 40x1 + 24x2+ 0s1 + 0s2 + MA1 + MA1  Subject to 20x1 + 50x2 –S1 + A1 = 4800 80x1 + 50x2 –S2 + A2 = 7200 x1 , x2 >= 0 S1 and S2 Surplus Variable A1 and A2 Artificial Variable
  • 8. Basic Variable s Cb Xb X1 X2 S1 S2 A1 A2 Cj -40 -24 0 0 -M -M A1 -M 4800 A2 -M 7200 20 50 -1 0 1 0 80 50 0 -1 0 1 Z∑ (Cb-Xb) = 12000M -100M+40 -100M+24 M M 0 0 ∆j= ∑CbXj-Cj Min Ratio = Xb/Xk 4800/50 7200/50 Maximize Z = -40x1 – 24x2 – 0S1 – 0S2 - MA1 – MA2
  • 9. Basic Variable s Cb Xb X1 X2 S1 S2 A1 A2 Cj -40 -24 0 0 -M -M X2 -24 96 A2 -M 2400 60 0 1 -1 -1 1 Z∑ (Cb-Xb) = -2400M - 2304 152/5- 60M 0 12/25- M M -12/25+2M 0 ∆j= ∑CbXj-Cj Min Ratio = Xb/Xk 480/2 2400/60 2/5 1 -1/50 0 1/50 0 BV Cb Xb X1 X2 S1 S2 A1 A2 A1 -M 4800 20 50 -1 0 1 0 A2 -M 7200 80 50 0 -1 0 1
  • 10. Basic Variable s Cb Xb X1 X2 S1 S2 A1 A2 Cj -40 -24 0 0 -M -M X2 -24 80 X1 -40 40 1 0 1/60 -1/60 -1/60 1/60 Z∑ (Cb-Xb) = -3520 0 0 -2/75 78/150 2/75+M 38/75 +M ∆j= ∑CbXj-Cj Min Ratio = Xb/Xk -6000/2 2400/1 0 1 -2/75 1/150 2/75 -1/150 BV Cb Xb X1 X2 S1 S2 A1 A2 X2 -24 96 2/5 1 -1/50 0 1/50 0 A2 -M 24 60 0 1 -1 -1 1
  • 11. Basic Variable s Cb Xb X1 X2 S1 S2 A1 A2 Cj -40 -24 0 0 -M -M X2 -24 144 S1 0 2400 60 0 1 -1 -1 1 Z∑ (Cb-Xb) = 3456 8/5 0 0 12/25 M M- 12/25 ∆j= ∑CbXj-Cj Min Ratio = Xb/Xk _ _ 8/5 1 0 -1/50 0 1/50 THE VALUE OF OBJECTIVE FUNCTION IS 3456 BV Cb Xb X1 X2 S1 S2 A1 A2 X2 -24 80 0 1 -2/5 1/150 2/75 -1/150 X1 -40 40 1 0 1/60 -1/60 -1/60 1/60 Hence Optimal Solution is ACHIEVED.
  • 12. BIG-M Method : An Example  Maximize Z = 2x1 + 4x2  Subject to 2x1 + x2 <= 18 3x1 + 2x2 >= 30 x1 + 2x2 = 26 x1 , x2 >= 0
  • 13. Introduce Surplus , Slack and Artificial variables  Maximize Z = 2x1 + 4x2 + 0S1 + 0S2 – MA1 – MA2  Subject to 2x1 + x2 + S1 = 18 3x1 + 2x2 – S2 + A1 = 30 x1 + 2x2 + A2 = 26 x1 , x2 , S1 , S2 , A1 , A2 >= 0 S1 -> Slack Variable S2 -> Surplus Variable A1 , A2 -> Artificial Variable M -> Large value
  • 14. Max: Z= 2x1 + 4x2 + 0S1 + 0S2 – MA1 – MA2 2x1 + x2 + S1 = 18 3x1 + 2x2 – S2 + A1 = 30 x1 + 2x2 + A2 = 26 x1 , x2 , S1 , S2 , A1 , A2 >= 0 Z∑ (Cb*Xb) = -56M Basic Variables Cb Xb X1 X2 S1 S2 A1 A2 S1 0 18 A1 -M 30 A2 -M 26 2 1 1 0 0 0 3 2 0 -1 1 0 1 2 0 0 0 1 Min Ratio = Xb/Xk 18/1 30/2 26/2 Cj 2 4 0 0 -M -M Calculation: ∑(Cb*Xb) = 0*18 + (-M*30) + (-M*26) = -56M ∆j= ∑CbXj-Cj = (0*2)+(-M*3)+(-M*1)-2= -4M-2 ∆j= ∑CbXj-Cj = (0*1)+(-M*2)+(-M*2)-4 = -4M-4 ∆j= ∑CbXj-Cj = (0*1)+(-M*0)+(-M*0)-0 = 0 ∆j= ∑CbXj-Cj = (0*0)+(-M*(-1))+(-M*0)-0 = M ∆j= ∑CbXj-Cj = (0*0)+(-M*1)+(-M*0)-(-M) = 0 ∆j= ∑CbXj-Cj = (0*0)+(-M*0)+(-M*1)-(-M) = 0 ∆j= ∑CbXj-Cj0M0-4M-4-4M-2 0
  • 15. BV Cb Xb X1 X2 S1 S2 A1 A2 S1 0 18 2 1 1 0 0 0 A1 -M 30 3 2 0 -1 1 0 A2 -M 26 1 2 0 0 0 1 Cj 2 4 0 0 -M -M Basic Variables Cb Xb X1 X2 S1 S2 A1 A2 S1 A1 X2 0 -M 4 Replace A2 by X2. Divide the key row X2 by key element 2. Now operate row X2 & S1. i.e. S1- X2 13 ½ 1 0 0 0 ½ 5 3/2 0 1 0 0 1 Now operate A1 & X2 i.e. A1-2 X2 4 2 0 0 -1 1 -1 Z∑ (Cb*Xb) = 52-4M Calculation: ∑(Cb*Xb) = 0*5 + (-M*4) + 4*13 = 52-4M ∆j= ∑CbXj-Cj = (0*3/2)+(-M*2)+(4*1/2)-2= -2M ∆j= ∑CbXj-Cj = (0*0)+(-M*0)+(4*1)-4 = 0 ∆j= ∑CbXj-Cj = (0*1)+(-M*0)+(4*0)-0 = 0 ∆j= ∑CbXj-Cj = (0*0)+(-M*(-1))+(4*0)-0 = M ∆j= ∑CbXj-Cj = (0*0)+(-M*1)+(4*0)-(-M) = 0 ∆j= ∑CbXj-Cj = (0*1)+(-M*(-1))+(4*1/2)-(-M) = 2+2M -2M 0 0 M 0 2+2M Select the least negative element i.e. -2M, this column will be taken as Xk . Now select the min. ratio which is 2, corresponding key element will be 2, & the key row would be the A1. Min. Ratio= Xb/Xk 10/3 2 26
  • 16. BV Cb Xb X1 X2 S1 S2 A1 A2 S1 0 5 3/2 0 1 0 0 -.5 A1 -M 4 2 0 0 -1 1 -1 A2 4 13 1/2 1 0 0 0 .5 Cj 2 4 0 0 -M -M Basic Variables Cb Xb X1 X2 S1 S2 A1 A2 S1 X1 X2 0 2 4 Replace A1 by X1. Divide the key row X1 by key element 2 Now operate row X1 & S1. i.e. S1- 1.5 X1 2 0 0 1 ¾ -3/4 ¼ Now operate X1 & X2 i.e. X2-0.5 X1 Z∑ (Cb*Xb) = 52 Calculation: ∑(Cb*Xb) = 0*2 + (2*2) + 4*12 = 52 ∆j= ∑CbXj-Cj = (0*0)+(2*1)+(4*0)-2= 0 ∆j= ∑CbXj-Cj = (0*0)+(2*0)+(4*1)-4 = 0 ∆j= ∑CbXj-Cj = (0*1)+(2*0)+(4*0)-0 = 0 ∆j= ∑CbXj-Cj = (0*3/4)+(2*(-1/2))+(4*1/4)-0 = 0 ∆j= ∑CbXj-Cj = (0*-3/4)+(2*1/2)+(4*(-1/4))-(-M) = M ∆j= ∑CbXj-Cj = (0*1/4)+(2*(-1/2))+(4*3/4)-(-M) = 2+M 0 0 0 0 M 2+M 2 1 0 0 -1/2 ½ -1/2 12 0 1 0 ¼ -1/4 3/4 The optimum solution to the problem is X1=2, X2=12, S1=2 & other variable is 0. The objective function value is 52.