Preparing the LPM for the Simplex Algorithm

Definition:

It is a general algebraic algorithmic procedure, developed by George Dantzig in 1947, based on geometric concepts and linear algebra to solve linear programming problems.

General characteristics:
  • It is an iterative algorithmic procedure in which calculations and results  of each iteration are represented in matrix or tabular form. 
  • It is intuitive.
  • It is of extraordinary efficiency.
  • It is necessary to use the computer to solve big problems (large number of variables).
  • There is a wide variety of complex software packages for this.
  • It is adaptable to other forms of models.
  • Extensions and variations of the simplex method are used to perform post-optimal analysis (including sensitivity analysis) of the model.

See the full lecture (This file is compressed. Therefore, you must install Winzip, winRAR or another compatible decompressor application on your computer.)

Example of Gauss Jordan method

Comments

Popular posts from this blog

Simplex with artificial variables

LINGO Tutorials