MTL508 Practice Sheet 2
MTL508 Practice Sheet 2
1. Graph the convex hull of points (0, 5), (3, 5), (6, 3), (5, 0), (3, 3), (2.5, 2.5). Which of these
points are extreme points of the hull? Express the non-extreme point (among given points), if
any, as a convex combination of the extreme points.
Find the extreme directions of the set. Explain and show the steps clearly.
4. Express the point x = (0, 1) as a convex combination of the extreme points of the set
5. Find the extreme directions (if any) and extreme points of the set described by
6. Find the extreme directions (if any) and extreme points of the set described by
Represent the point (2, 4) as the convex hull and non-negative linear combination of the extreme
directions.
7. Let A = conv{ (1, 1), (−2, −3), (3, −1) } and B = conv{ (0, 3), (1, −1), (4, 2) }, where conv
1
denotes the convex hull. Let S = conv(A ∪ B). Write the point 2, as a convex combination
3
of the extreme points of the set S.
10. Find the number of degenerate and non-degenerate basic feasible solutions for the system graph-
ically
2x + 3y ≤ 21, 3x − y ≤ 15, x + y ≥ 5, y ≤ 5, x, y ≥ 0.
11. Why is variable x1 present in all the basic solutions of the following system?
x1 + x2 − 2x3 + x4 = 1
2x1 − x2 + 2x3 + 2x4 = 2
3x1 + 2x2 − 4x3 − 3x4 = 3.
13. Find all basic solutions of the following systems and classify them as degenerate/non-degerate:
(a) x1 + 2x2 + 3x3 + 4x4 = 7, 2x1 + x2 + x3 + 2x4 = 3.
(b) 8x1 + 6x2 + 12x3 + x4 + x5 = 6, 9x1 + x2 + 2x3 + 6x4 + 10x5 = 11
max z = 4x1 + 5x2 + 11x3 + 2x4 , subject to 21x1 + 7x2 − 3x3 + 10x4 = 210, x1 , x2 , x3 , x4 ≥ 0.
15. Reduce the solution (2, 4, 1)T to a basic feasible solution of Ax = b, x ≥ 0 where A =
[a1 , a2 , a3 ]2×3 , a1 = (1, 1)T , a2 = (−1, 4)T , a3 = (2, 0)T , b = (0, 18)T .