Ask a Question

Prefer a chat interface with context about you and your work?

The simplex method of linear programming using LU decomposition

The simplex method of linear programming using LU decomposition

Standard computer implementations of Dantzig's simplex method for linear programming are based upon forming the inverse of the basic matrix and updating the inverse after every step of the method. These implementations have bad round-off error properties. This paper gives the theoretical background for an implementation which is based upon …