Simplex Method Tool

Use of this utility is pretty intuitive. Just press the "example" button to show an example of setting up a linear programming problem. Then leave it as is, modify it, or enter a new problem, and press "Solve".

Disclaimer: Browsers sometimes crash when running computation-intensive Javascript code. Make sure your important work is saved before running this utility.

Notes on formatting:
(1) Variable names must be single letters.    (eg. p, x, y, z, s, t, u...)
(2) For fraction inputs, keep the variable on the right.    (eg. (1/3)x and not x/3)
(3) Every variable you use must appear in the objective function, (but not
    necessarily in the constraints).     (eg. p = 0x + 2y + 0z )
(4) The words 'maximize' (or 'minimize') and 'subject to' must appear.
(5) Each inequality should be on its own line, as shown.
(6) No need to enter the default constraints: x >= 0, y >= 0, z >= 0 etc.

Type in your linear programming problem here. (Press "Example" to see how to set it up.)
Solution:

      Rounding: significant digits  
Mode:
The tableaus will appear here.

Notes