This document provides examples of using the revised simplex method to solve linear programming problems. Example 1 walks through applying the method step-by-step to a multi-variable problem. It shows setting up the initial tableau, finding the entering and leaving variables, and updating the basis matrix at each iteration until an optimal solution is reached. Example 2 solves a problem with artificial variables using the two-phase method. It demonstrates writing the problem in standard and canonical form, and iteratively choosing entering/leaving variables and updating the basis matrix over two iterations to find the optimal solution.