Summary of "Linear Programming and Transportation Problems🔥|Complete Chapter|BBA|BCA|B.COM|B.TECH|Dream Maths"

Main Ideas / Lessons Conveyed


Graphical Method (Detailed Instruction Bullets)

Step 0: Parse the LPP

Step 1: Convert Each Constraint Inequality to an Equation

Step 2: Build Tables of Intercepts for Each Boundary Line

Step 3: Shade Feasible Side for Each Inequality

Step 4: Find Corner Points of the Feasible Region

Step 5: Compute Objective Values at Corner Points

Extra Graphical Exam Handling (Special Cases)


Worked Process Template for 2-Variable Graphical Questions (Conceptual)


Simplex Method (Key Methodology Bullets)

When Simplex Is Used

Standard Conversion Rule (For “≤” Constraints in Max Problems)

Algorithmic Table-Building Instructions

Step 1: Form the Initial Simplex Tableau

Step 2: Optimality Check

Step 3: Choose Pivot Elements

Step 4: Pivot/Update Tableau

Handling Degeneracy / Missing Variables


Big-M Method (Detailed Instruction Bullets)

Used For

Standard Conversion

Table and Iteration Rules

Key Conceptual Points


Two-Phase Method (Detailed Instruction Bullets)

Used As an Alternative to Big-M

Core Idea

Phase Transition


Duality (Detailed Instruction Bullets)

What Duality Asks

Conversion Rules (As Taught)

Dual Form Reading

Dual With “Unrestricted Variables”


Dual Simplex Method (Detailed Instruction Bullets)

When Used

High-Level Procedure

Stopping Condition


Transportation Problems (Detailed Method Bullets)

Framing Transportation as an LPP

Pre-step: Balanced vs Unbalanced


North-West Corner Method (NWC) (Detailed)

Goal

Steps

  1. Start at the top-left (north-west) cell.
  2. Let that cell’s allocation be: [ x_{ij} = \min(\text{supply at row } i,\ \text{demand at column } j) ]

  3. Subtract allocated amount from supply/demand.

  4. If a supply becomes 0 → move down (next row).
  5. If a demand becomes 0 → move right (next column).
  6. Repeat until all supplies/demands are satisfied.

Degeneracy Check


Least Cost Method (LCM) (Detailed)

Goal

Steps

  1. Ensure the problem is balanced (use dummy if needed).
  2. Repeatedly:
    • choose the unallocated cell with the least transportation cost
    • allocate ( \min(\text{row supply}, \text{column demand}) ) to it
    • cancel (zero out) the row or column whose supply/demand becomes 0

Tie-breaking Emphasis


Vogel’s Approximation Method (VAM) (Detailed)

Goal

Steps

  1. For each row, compute:
    • penalty = (smallest cost in that row among remaining) difference with (second smallest)
  2. Similarly compute penalties for each column.
  3. Choose the row/column with the maximum penalty.
  4. In that chosen row/column, select the cell with the lowest cost.
  5. Allocate ( \min(\text{supply}, \text{demand}) ) to that cell.
  6. Reduce supply/demand, cross out satisfied rows/columns, repeat.

Tie-breaking Rules (Mentioned)


Stepping Stone / MODI Method (Briefly Introduced)


Speakers / Sources Featured

Category ?

Educational


Share this summary


Is the summary off?

If you think the summary is inaccurate, you can reprocess it with the latest model.

Video