LPP using||SIMPLEX METHOD||simple Steps with solved problem||in Operations Research||by kauserwise

Kauser Wise
5 Dec 201526:31

Summary

TLDRThis video provides a detailed step-by-step explanation of solving a Linear Programming Problem (LPP) using the Simplex Method. The instructor demonstrates how to convert constraints into equations by adding slack variables, construct the initial Simplex table, calculate ZJ and CJ−ZJ values, and apply optimality conditions for a maximization problem. The tutorial further explains how to identify key columns, key rows, and pivot elements to perform iterations systematically. Through multiple iterations, the video guides viewers toward the optimal solution, making the Simplex Method easier to understand for beginners studying operations research and optimization techniques.

Takeaways

  • 😀 The video explains solving a Linear Programming Problem (LPP) using the Simplex Method for maximization problems.
  • 😀 Slack variables (S1, S2) are added to constraints to convert inequalities into equations.
  • 😀 The initial Simplex table includes coefficients of the objective function (Cj), basic variables (BV), and the solution column.
  • 😀 Zj values are calculated by multiplying the cost of basic variables with the respective column values.
  • 😀 Cj - Zj is used to check optimality; for maximization, all values should be ≤ 0 to reach optimality.
  • 😀 The variable with the highest positive Cj - Zj value becomes the entering variable, while the leaving variable is determined using the minimum ratio of the solution column to the key column.
  • 😀 The key element is the intersection of the key row and key column, used to update the table during each iteration.
  • 😀 New values in the Simplex table are calculated using the pivot formulas: dividing the key row by the key element and updating other rows accordingly.
  • 😀 Multiple iterations may be required to reach optimality, updating basic variables and recalculating Zj and Cj - Zj each time.
  • 😀 The optimal solution is achieved when all Cj - Zj values satisfy the optimality condition, giving the values of X1, X2, and the maximum Z value.

Q & A

  • What is the objective function in the given LPP problem?

    -The objective function is to maximize Z, where Z = 12X1 + 16X2.

  • What constraints are provided in the LPP problem?

    -The problem has two constraints: 10X1 + 20X2 ≤ 120 and 8X1 + 8X2 ≤ 80, with X1, X2 ≥ 0.

  • Why are slack variables introduced in the Simplex method?

    -Slack variables (S1, S2) are added to convert inequalities into equalities and to represent unused resources in the constraints.

  • What are the initial basic variables in the Simplex tableau?

    -The initial basic variables are the slack variables S1 and S2.

  • How is the initial Simplex table structured?

    -It includes the coefficients of the objective function (Cj), basic variables (BV), the coefficients of variables in constraints, slack variables, and the solution column (RHS).

  • How do you determine if the current solution is optimal?

    -For a maximization problem, the solution is optimal if all Cj - Zj values are less than or equal to zero. Positive values indicate further iterations are needed.

  • How is the entering variable chosen in the Simplex method?

    -The entering variable is selected from the key column, which is the column with the maximum positive value of Cj - Zj.

  • How is the leaving variable chosen?

    -The leaving variable is determined by calculating the ratio of the solution column to the corresponding key column value for each row; the row with the minimum ratio identifies the leaving variable.

  • What formula is used to update the other rows in the Simplex table during iteration?

    -The formula is: New Value = Old Value - (Corresponding Key Column Value × Corresponding Key Row Value) / Key Element.

  • What is the optimal solution and the maximum value of Z for the given problem?

    -The optimal solution is X1 = 12, X2 = 16, and the maximum value of Z is 128.

  • What indicates that the optimality condition has been reached in the second iteration?

    -All values of Cj - Zj are zero or negative (≤ 0), which satisfies the condition for a maximization problem, indicating that the optimal solution has been reached.

  • Why is it necessary to compute Zj values at each iteration?

    -Zj values represent the contribution of current basic variables to the objective function. Comparing Cj - Zj helps determine if further improvement of Z is possible and identifies the next entering variable.

Outlines

plate

This section is available to paid users only. Please upgrade to access this part.

Upgrade Now

Mindmap

plate

This section is available to paid users only. Please upgrade to access this part.

Upgrade Now

Keywords

plate

This section is available to paid users only. Please upgrade to access this part.

Upgrade Now

Highlights

plate

This section is available to paid users only. Please upgrade to access this part.

Upgrade Now

Transcripts

plate

This section is available to paid users only. Please upgrade to access this part.

Upgrade Now
Rate This

5.0 / 5 (0 votes)

Related Tags
Linear ProgrammingSimplex MethodMaximization ProblemOptimizationMathematics TutorialStep-by-StepSlack VariablesObjective FunctionFeasible SolutionAlgebra TechniquesEducational VideoProblem Solving