Simplex Algorithm Solver

This solver helps you to solve a tableau using the simplex algorithm. It allows you to choose an appropriate pivot and shows you the subsequent iteration. (Useful for checking your work on homework assignments!)
Choose number of variables:
Choose number of equations:
Fill out the remaining values in the initial tableau below with integers and/or fractions (e.g. "2" or "-3/7"). Once you are done, click "Confirm" to begin solving.

Click on an appropriate pivot column.
Click on an appropriate pivot cell.
Click "Next" to perform Gaussian elimination on the selected pivot.
Since the tableau is primal and dual feasible, the algorithm terminates. The solution is with optimal value . Since there is no eligible pivot cell for an eligible pivot column, this problem is unbounded.