b)
The simplex algorithm starts with a table associated with a feasible point x = y = 0 and then walks from one vertex of the feasible region R to another, while the value of f is not decreasing. Each vertex of R is determined by setting two of the five variables x, y, u, v, w to zero. For the above picture, let us use the possible path of the algorithm: (x = 0, y = 0) -> (w = 0, y = 0) -> (w = 0, v = 0) -> (u = 0, v = 0)
|