SlideShare a Scribd company logo
2
Most read
3
Most read
4
Most read
Procedure of Simplex Method
The steps for the computation of an optimum solution are as follows:
Step-1: Check whether the objective function of the given L.P.P is to be maximized or
minimized. If it is to be minimized then we convert it into a problem of maximizing it by using
the result
        Minimum Z = - Maximum(-z)
Step-2: Check whether all right hand side values of the constrains are non-negative. If any one
of values is negative then multiply the           corresponding inequation of the constraints by -1,
so as to get all values are non-negative.
Step-3: Convert all the inequations of the constraints into equations by introducing
slack/surplus variables in the constraints. Put the costs of these variables equal to zero.
Step-4: Obtain an initial basic feasible solution to the problem and put it in the first column of
the simplex table.
Step-5: Compute the net evolutions Δj= Zj – Cj (j=1,2,…..n) by using the         relation Zj – Cj = CB Xj
– Cj .
Examine the sign
        (i)      If all net evolutions are non negative, then the initial basic feasible
        solution is an optimum solution.
        (ii)     If at least one net evolution is negative, proceed on to the next step.
Step-6: If there are more than one negative net evolutions, then choose the most
        negative of them. The corresponding column is called entering            column.
        (i)      If all values in this column are ≤ 0, then there is an unbounded solution to the
given problem.
        (ii)     If at least one value is > 0, then the corresponding variable enters the         basis.


Step-7:Compute the ratio {XB / Entering column} and choose the minimum of     these ratios.
The row which is corresponding to this minimum ratio is called leaving row. The common
element which is in both entering column and leaving row is known as the leading element
or key element        or pivotal element of the table.

Step-8:Convert the key element to unity by dividing its row by the leading      element itself
and all other elements in its column to zeros by using     elementary row transformations.

Step-9:         Go to step-5 and repeat the computational procedure until either an
          optimum solution is obtained or there is an indication of an unbounded solution.
Artificial Variable Technique
– Big M-method

If in a starting simplex table, we don’t have an identity sub matrix (i.e. an obvious starting BFS), then we
introduce artificial variables to have a starting BFS. This is known as artificial variable technique. There is
one method to find the starting BFS and solve the problem i.e., Big M method.

Suppose a constraint equation i does not have a slack variable. i.e. there is no ith unit vector column in
the LHS of the constraint equations. (This happens for example when the ith constraint in the original
LPP is either ≥ or = .) Then we augment the equation with an artificial variable Ai to form the ith unit
vector column. However as the artificial variable is extraneous to the given LPP, we use a feedback
mechanism in which the optimization process automatically attempts to force these variables to zero
level. This is achieved by giving a large penalty to the coefficient of the artificial variable in the objective
function as follows:

Artificial variable objective coefficient

= - M in a maximization problem,

= M in a minimization problem

where M is a very large positive number.

Procedure of Big M-method

The following steps are involved in solving an LPP using the Big M method.

Step-1: Express the problem in the standard form.

Step-2:Add non-negative artificial variables to the left side of each of the equations corresponding to
constraints of the type ≥ or =. However, addition of these artificial variable causes violation of the
corresponding constraints. Therefore, we would like to get rid of these variables and would not allow
them to appear in the final solution. This is achieved by assigning a very large penalty (-M for
maximization and M for minimization) in the objective function.

Step-3:Solve the modified LPP by simplex method, until any one of the three cases may arise.

    1. If no artificial variable appears in the basis and the optimality conditions are satisfied, then the
       current solution is an optimal basic feasible solution.

    2. If at least one artificial variable in the basis at zero level and the optimality condition is satisfied
       then the current solution is an optimal basic feasible solution.

    3. 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. The solution satisfies the contains
but does not optimize the objective function, since it contains a very large penalty M and is
        called pseudo optimal solution.

Artificial Variable Technique
– Big M-method

Consider the LPP:

Minimize Z = 2 x1 + x2

Subject to the constraints

       3 x 1 + x2 ≥ 9

         x1 + x2 ≥ 6

          x1, x2 ≥ 0

Putting this in the standard form, the LPP is:

Minimize Z = 2 x1 + x2

Subject to the constraints

       3 x 1 + x 2 – s1        =9

         x1 + x2        – s2 = 6

          x1, x2 ,s1 , s2 ≥ 0

Here s1 , s2 are surplus variables.

Note that we do not have a 2x2 identity sub matrix in the LHS.

Introducing the artificial variables A1, A2 in the above LPP

The modified LPP is as follows:

Minimize Z = 2 x1 + x2 + 0. s1 + 0. s2 + M.A1 + M.A2

Subject to the constraints

       3 x 1 + x 2 – s1        + A1       = 9

         x1 + x2        – s2          + A2 = 6

          x1, x2 , s1 , s2 , A1 , A2 ≥ 0

Note that we now have a 2x2 identity sub matrix in the coefficient matrix of the constraint equations.
Now we can solve the above LPP by the Simplex method.

But the above objective function is not in maximization form. Convert it into maximization form.

Max Z = -2 x1 – x2 + 0. s1 + 0. s2 – M A1 – M A2



                          Cj:        -2             -2        0        0        -M            -M

B.V     CB         XB           X1            X2         S1       S2       A1        A2            MR
                                                                                                   XB/X1



 A1      -M         9                          1          -1       0        1         0              3
         -M                                                       -1
 A2                 6            1             1          0                 0         1              6
 Zj                -15M         -4M           -2M         M        M        -M        -M




Δj                              -4M+2         -2M+1       M        M        0             0
B.V     CB         XB           X1            X2         S1       S2       A1        A2            MR

                                                                                                   XB/X1

 A1      -M         9                          1          -1       0        1         0              3

         -M                                                       -1

 A2                 6            1             1          0                 0         1              6

 Zj                -15M         -4M           -2M         M        M        -M        -M




Δj                              -4M+2         -2M+1       M        M        0             0

More Related Content

PPTX
Transportation problems
VishalHotchandani2
 
PPTX
Eigenvalues and Eigenvector
Muhammad Hamza
 
PPT
Project Management: NETWORK ANALYSIS - CPM and PERT
S.Vijaya Bhaskar
 
DOCX
Simplex method - Maximisation Case
Joseph Konnully
 
PPTX
Canonical form and Standard form of LPP
Sundar B N
 
PPT
simplex method
Dronak Sahu
 
DOCX
Chapter 03-group-theory (1)
한석 나
 
PPT
Break even point
Radhika Gohel
 
Transportation problems
VishalHotchandani2
 
Eigenvalues and Eigenvector
Muhammad Hamza
 
Project Management: NETWORK ANALYSIS - CPM and PERT
S.Vijaya Bhaskar
 
Simplex method - Maximisation Case
Joseph Konnully
 
Canonical form and Standard form of LPP
Sundar B N
 
simplex method
Dronak Sahu
 
Chapter 03-group-theory (1)
한석 나
 
Break even point
Radhika Gohel
 

What's hot (20)

PPT
Simplex Method
Sachin MK
 
PDF
Simplex method: Slack, Surplus & Artificial variable
DevyaneeDevyanee2007
 
PPT
Operations Research - Meaning, Origin & Characteristics
Sundar B N
 
PPTX
Transportation Problem
Alvin Niere
 
PPTX
Big-M Method Presentation
Nitesh Singh Patel
 
PPT
Sequencing problems in Operations Research
Abu Bashar
 
PDF
Big m method
Mamatha Upadhya
 
PDF
3. linear programming senstivity analysis
Hakeem-Ur- Rehman
 
PPTX
Replacement theory
VILAS ADOLE
 
PPTX
Operations Research - Models
Sundar B N
 
PPTX
Linear Programming
Pulchowk Campus
 
PPTX
Operation research and its application
priya sinha
 
PPTX
Assignment problem
Abu Bashar
 
ZIP
Game theory
PT Education, Indore
 
PPTX
Cost output relationship
sanjay kuamr
 
PPTX
Simplex method concept,
Dronak Sahu
 
PPTX
BREAK-EVEN ANALYSIS
Asrar Mohd
 
PPTX
Game theory ppt
Anushka Kapoor
 
PPTX
LEAST COST METHOD
VishalHotchandani2
 
Simplex Method
Sachin MK
 
Simplex method: Slack, Surplus & Artificial variable
DevyaneeDevyanee2007
 
Operations Research - Meaning, Origin & Characteristics
Sundar B N
 
Transportation Problem
Alvin Niere
 
Big-M Method Presentation
Nitesh Singh Patel
 
Sequencing problems in Operations Research
Abu Bashar
 
Big m method
Mamatha Upadhya
 
3. linear programming senstivity analysis
Hakeem-Ur- Rehman
 
Replacement theory
VILAS ADOLE
 
Operations Research - Models
Sundar B N
 
Linear Programming
Pulchowk Campus
 
Operation research and its application
priya sinha
 
Assignment problem
Abu Bashar
 
Cost output relationship
sanjay kuamr
 
Simplex method concept,
Dronak Sahu
 
BREAK-EVEN ANALYSIS
Asrar Mohd
 
Game theory ppt
Anushka Kapoor
 
LEAST COST METHOD
VishalHotchandani2
 
Ad

Viewers also liked (20)

DOCX
Linear ineqns. and statistics
indu psthakur
 
PPT
Bba 3274 qm week 8 linear programming
Stephen Ong
 
PPT
North West Corner Method
Muhammad Waleed
 
PPT
Graphical Method
Sachin MK
 
PPT
Simplex Method
itsvineeth209
 
PPTX
Solving linear programming model by simplex method
Roshan Kumar Patel
 
PPT
Simplex method
tatteya
 
PPTX
Two Phase Method- Linear Programming
Manas Lad
 
DOC
Education Stakeholders’ Perceptions of the Quality of Secondary Education Und...
Creptone I. Madunda
 
PPTX
Operation Research (Simplex Method)
Shivani Gautam
 
PPS
Applications of linear programming
Zenblade 93
 
PPTX
LINEAR PROGRAMMING
rashi9
 
PPT
Linear Equations and Inequalities in One Variable
misey_margarette
 
PDF
FACTORS AFFECTING PERFORMANCE IN SCIENCE OF FOURTH YEAR STUDENTS IN THE NATIO...
ASU-CHARRM
 
PPSX
Linear programing
Aniruddh Tiwari
 
PPTX
MYP 5 Real Life linear programming
Chadwick International School
 
DOCX
A STUDY ON THE FACTOR OF STUDENT ABSENTEEISM AT FACULTY OF BUSINESS, UNISEL S...
Nisha Ambalan
 
PPTX
Linear programming
Ravindra Singh
 
PPTX
Special Cases in Simplex Method
Divyansh Verma
 
Linear ineqns. and statistics
indu psthakur
 
Bba 3274 qm week 8 linear programming
Stephen Ong
 
North West Corner Method
Muhammad Waleed
 
Graphical Method
Sachin MK
 
Simplex Method
itsvineeth209
 
Solving linear programming model by simplex method
Roshan Kumar Patel
 
Simplex method
tatteya
 
Two Phase Method- Linear Programming
Manas Lad
 
Education Stakeholders’ Perceptions of the Quality of Secondary Education Und...
Creptone I. Madunda
 
Operation Research (Simplex Method)
Shivani Gautam
 
Applications of linear programming
Zenblade 93
 
LINEAR PROGRAMMING
rashi9
 
Linear Equations and Inequalities in One Variable
misey_margarette
 
FACTORS AFFECTING PERFORMANCE IN SCIENCE OF FOURTH YEAR STUDENTS IN THE NATIO...
ASU-CHARRM
 
Linear programing
Aniruddh Tiwari
 
MYP 5 Real Life linear programming
Chadwick International School
 
A STUDY ON THE FACTOR OF STUDENT ABSENTEEISM AT FACULTY OF BUSINESS, UNISEL S...
Nisha Ambalan
 
Linear programming
Ravindra Singh
 
Special Cases in Simplex Method
Divyansh Verma
 
Ad

Similar to Procedure Of Simplex Method (20)

DOC
Combined
itsvineeth209
 
PPT
Artificial Variable Technique –
itsvineeth209
 
PPT
Artificial variable technique big m method (1)
ਮਿਲਨਪ੍ਰੀਤ ਔਜਲਾ
 
PPTX
Big M method
nishidhlad17
 
PPTX
Linear programming ppt on operertion research
TekluNega
 
PPTX
Bigm 140316004148-phpapp02
kongara
 
PDF
Lp (2)
Samo Alwatan
 
PPTX
Simplex
shweta-sharma99
 
PPTX
Simplex Meathod
Harpreet Singh Sekhon
 
PDF
2. lp iterative methods
Hakeem-Ur- Rehman
 
PPTX
MFCS2-Module1.pptx
RushikeshKadam71
 
PPTX
Linear-Programming-by-Simplex-Method-Minimization-5.pptx
teresemondejar
 
PPTX
Lp model, big method
praveenbabu63
 
PPTX
Big m method
Luckshay Batra
 
PPT
Simplex two phase
Shakti Ranjan
 
PDF
Chapter 4 Simplex Method ppt
Dereje Tigabu
 
PPTX
Simplex method material for operation .pptx
bizuayehuadmasu1
 
PDF
Numerical analysis dual, primal, revised simplex
SHAMJITH KM
 
PDF
Digital electronics lesson 2 part 2
Sukriti Dhang
 
Combined
itsvineeth209
 
Artificial Variable Technique –
itsvineeth209
 
Artificial variable technique big m method (1)
ਮਿਲਨਪ੍ਰੀਤ ਔਜਲਾ
 
Big M method
nishidhlad17
 
Linear programming ppt on operertion research
TekluNega
 
Bigm 140316004148-phpapp02
kongara
 
Lp (2)
Samo Alwatan
 
Simplex Meathod
Harpreet Singh Sekhon
 
2. lp iterative methods
Hakeem-Ur- Rehman
 
MFCS2-Module1.pptx
RushikeshKadam71
 
Linear-Programming-by-Simplex-Method-Minimization-5.pptx
teresemondejar
 
Lp model, big method
praveenbabu63
 
Big m method
Luckshay Batra
 
Simplex two phase
Shakti Ranjan
 
Chapter 4 Simplex Method ppt
Dereje Tigabu
 
Simplex method material for operation .pptx
bizuayehuadmasu1
 
Numerical analysis dual, primal, revised simplex
SHAMJITH KM
 
Digital electronics lesson 2 part 2
Sukriti Dhang
 

More from itsvineeth209 (20)

PPTX
Green Marketing
itsvineeth209
 
PPT
Evolution,Drivers Of Indian Retail
itsvineeth209
 
PPT
Intro To Tretailing 6.2.09
itsvineeth209
 
PPT
Indian Retail Sector
itsvineeth209
 
PPT
Sampling Design
itsvineeth209
 
DOC
Sampling Design
itsvineeth209
 
PPT
Rm 10 Report Writing 2
itsvineeth209
 
PPT
Rm 6 Sampling Design
itsvineeth209
 
PPT
Rm 1 Intro Types Research Process
itsvineeth209
 
PPT
Rm 5 Methods Of Data Collection
itsvineeth209
 
PPT
Rm 3 Hypothesis
itsvineeth209
 
DOC
Research Design
itsvineeth209
 
PPT
Rm 4 Research Design
itsvineeth209
 
PPT
Rm 2 Problem Identification
itsvineeth209
 
PPT
Transportation Problem
itsvineeth209
 
DOC
Transportation Problem
itsvineeth209
 
PPT
North West Corner Rule
itsvineeth209
 
PPT
The Theories Of Trade
itsvineeth209
 
PPT
The Balance Of
itsvineeth209
 
Green Marketing
itsvineeth209
 
Evolution,Drivers Of Indian Retail
itsvineeth209
 
Intro To Tretailing 6.2.09
itsvineeth209
 
Indian Retail Sector
itsvineeth209
 
Sampling Design
itsvineeth209
 
Sampling Design
itsvineeth209
 
Rm 10 Report Writing 2
itsvineeth209
 
Rm 6 Sampling Design
itsvineeth209
 
Rm 1 Intro Types Research Process
itsvineeth209
 
Rm 5 Methods Of Data Collection
itsvineeth209
 
Rm 3 Hypothesis
itsvineeth209
 
Research Design
itsvineeth209
 
Rm 4 Research Design
itsvineeth209
 
Rm 2 Problem Identification
itsvineeth209
 
Transportation Problem
itsvineeth209
 
Transportation Problem
itsvineeth209
 
North West Corner Rule
itsvineeth209
 
The Theories Of Trade
itsvineeth209
 
The Balance Of
itsvineeth209
 

Recently uploaded (20)

PDF
Get More from Fiori Automation - What’s New, What Works, and What’s Next.pdf
Precisely
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
PDF
Advances in Ultra High Voltage (UHV) Transmission and Distribution Systems.pdf
Nabajyoti Banik
 
PDF
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
PDF
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
PDF
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
PDF
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
PDF
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Artjoker Software Development Company
 
PDF
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
PDF
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
PPTX
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
PDF
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
PPTX
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
PDF
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
PDF
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
PDF
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
PDF
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
PPTX
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
Get More from Fiori Automation - What’s New, What Works, and What’s Next.pdf
Precisely
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
Advances in Ultra High Voltage (UHV) Transmission and Distribution Systems.pdf
Nabajyoti Banik
 
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Artjoker Software Development Company
 
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 

Procedure Of Simplex Method

  • 1. Procedure of Simplex Method The steps for the computation of an optimum solution are as follows: Step-1: Check whether the objective function of the given L.P.P is to be maximized or minimized. If it is to be minimized then we convert it into a problem of maximizing it by using the result Minimum Z = - Maximum(-z) Step-2: Check whether all right hand side values of the constrains are non-negative. If any one of values is negative then multiply the corresponding inequation of the constraints by -1, so as to get all values are non-negative. Step-3: Convert all the inequations of the constraints into equations by introducing slack/surplus variables in the constraints. Put the costs of these variables equal to zero. Step-4: Obtain an initial basic feasible solution to the problem and put it in the first column of the simplex table. Step-5: Compute the net evolutions Δj= Zj – Cj (j=1,2,…..n) by using the relation Zj – Cj = CB Xj – Cj . Examine the sign (i) If all net evolutions are non negative, then the initial basic feasible solution is an optimum solution. (ii) If at least one net evolution is negative, proceed on to the next step. Step-6: If there are more than one negative net evolutions, then choose the most negative of them. The corresponding column is called entering column. (i) If all values in this column are ≤ 0, then there is an unbounded solution to the given problem. (ii) If at least one value is > 0, then the corresponding variable enters the basis. Step-7:Compute the ratio {XB / Entering column} and choose the minimum of these ratios. The row which is corresponding to this minimum ratio is called leaving row. The common element which is in both entering column and leaving row is known as the leading element or key element or pivotal element of the table. Step-8:Convert the key element to unity by dividing its row by the leading element itself and all other elements in its column to zeros by using elementary row transformations. Step-9: Go to step-5 and repeat the computational procedure until either an optimum solution is obtained or there is an indication of an unbounded solution.
  • 2. Artificial Variable Technique – Big M-method If in a starting simplex table, we don’t have an identity sub matrix (i.e. an obvious starting BFS), then we introduce artificial variables to have a starting BFS. This is known as artificial variable technique. There is one method to find the starting BFS and solve the problem i.e., Big M method. Suppose a constraint equation i does not have a slack variable. i.e. there is no ith unit vector column in the LHS of the constraint equations. (This happens for example when the ith constraint in the original LPP is either ≥ or = .) Then we augment the equation with an artificial variable Ai to form the ith unit vector column. However as the artificial variable is extraneous to the given LPP, we use a feedback mechanism in which the optimization process automatically attempts to force these variables to zero level. This is achieved by giving a large penalty to the coefficient of the artificial variable in the objective function as follows: Artificial variable objective coefficient = - M in a maximization problem, = M in a minimization problem where M is a very large positive number. Procedure of Big M-method The following steps are involved in solving an LPP using the Big M method. Step-1: Express the problem in the standard form. Step-2:Add non-negative artificial variables to the left side of each of the equations corresponding to constraints of the type ≥ or =. However, addition of these artificial variable causes violation of the corresponding constraints. Therefore, we would like to get rid of these variables and would not allow them to appear in the final solution. This is achieved by assigning a very large penalty (-M for maximization and M for minimization) in the objective function. Step-3:Solve the modified LPP by simplex method, until any one of the three cases may arise. 1. If no artificial variable appears in the basis and the optimality conditions are satisfied, then the current solution is an optimal basic feasible solution. 2. If at least one artificial variable in the basis at zero level and the optimality condition is satisfied then the current solution is an optimal basic feasible solution. 3. 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. The solution satisfies the contains
  • 3. but does not optimize the objective function, since it contains a very large penalty M and is called pseudo optimal solution. Artificial Variable Technique – Big M-method Consider the LPP: Minimize Z = 2 x1 + x2 Subject to the constraints 3 x 1 + x2 ≥ 9 x1 + x2 ≥ 6 x1, x2 ≥ 0 Putting this in the standard form, the LPP is: Minimize Z = 2 x1 + x2 Subject to the constraints 3 x 1 + x 2 – s1 =9 x1 + x2 – s2 = 6 x1, x2 ,s1 , s2 ≥ 0 Here s1 , s2 are surplus variables. Note that we do not have a 2x2 identity sub matrix in the LHS. Introducing the artificial variables A1, A2 in the above LPP The modified LPP is as follows: Minimize Z = 2 x1 + x2 + 0. s1 + 0. s2 + M.A1 + M.A2 Subject to the constraints 3 x 1 + x 2 – s1 + A1 = 9 x1 + x2 – s2 + A2 = 6 x1, x2 , s1 , s2 , A1 , A2 ≥ 0 Note that we now have a 2x2 identity sub matrix in the coefficient matrix of the constraint equations.
  • 4. Now we can solve the above LPP by the Simplex method. But the above objective function is not in maximization form. Convert it into maximization form. Max Z = -2 x1 – x2 + 0. s1 + 0. s2 – M A1 – M A2 Cj: -2 -2 0 0 -M -M B.V CB XB X1 X2 S1 S2 A1 A2 MR XB/X1 A1 -M 9 1 -1 0 1 0 3 -M -1 A2 6 1 1 0 0 1 6 Zj -15M -4M -2M M M -M -M Δj -4M+2 -2M+1 M M 0 0 B.V CB XB X1 X2 S1 S2 A1 A2 MR XB/X1 A1 -M 9 1 -1 0 1 0 3 -M -1 A2 6 1 1 0 0 1 6 Zj -15M -4M -2M M M -M -M Δj -4M+2 -2M+1 M M 0 0