Document English
Document English
First Iteration:
Select the entering variable: Using Bland’s Rule, select x1 to enter
the basis.
Select the exiting variable: Calculate the leaving ratios:
b1 2
= =2 for x4
a14 1
b2 2
= = 2 for x5
a24 1
Choose the variable with the smallest ratio to leave the basis. Here, x4 and
x5 have the same ratio, so according to Bland’s Rule, select the variable with
the smallest index, x4 , to leave the basis. Update the simplex tableau:
Second Iteration:
Select the entering variable: According to Bland’s Rule, select x2
to enter the basis.
Select the exiting variable: Calculate the leaving ratios:
2 2
= for x1
3 3
1
x1 leaves the basis.
Update the simplex tableau:
Third Iteration:
Select the entering variable: Choose x1 to re-enter the basis.
Select the exiting variable: Calculate the leaving ratios:
2/3
=2 for x2
1/3
2
= Invalid for x5
−1
x2 leaves the basis. Update the simplex tableau:
The final tableau is:
• Non-basic variables x2 = 0, x3 = 0, x4 = 0.
Qs3
(a)
Correct.
2
Proof: When solving linear programming problems using the simplex
method, if the optimal solution is obtained, there will be no situation where
all the coefficients in a row of the coefficient matrix are non-positive during
the iteration process.
In the given standard form, there are negative numbers in the first row
of coefficients, but there are also positive numbers, which does not meet the
condition where all coefficients are non-positive.
(b)
Correct.
Proof: Let x1 −y1 and x2 −y2 be any two points in C, where x1 , x2 ∈ C1
and y1 , y2 ∈ C2 . For any λ ∈ [0, 1], consider the point
z = λ(x1 − y1 ) + (1 − λ)(x2 − y2 )
(c)
Incorrect.
Counterexample: Consider the set in two dimensions {(x1 , x2 ) ∈ R2 :
|x1 | + |x2 | = 1}. This set is a square with vertices at (1, 0), (0, 1), (−1, 0),
and (0, −1). These vertices are the extreme points of the set.
(d)
Incorrect.
Counterexample: Consider the following infeasible linear program-
ming problem:
max z = x1 + x2
3
subject to
1 ( )1 1
−1 −1 x1 ≤ −2
x
2
1 −1 0
x1 , x 2 ≥ 0
(e)
Correct.
Proof: For example, in two-dimensional space, consider a linear con-
straint without fixed boundaries, such as the half-plane formed by x1 ≥ 0
and x2 ≥ 0. In this case, the feasible region has infinitely many extreme
points.
Qs5
(a)
The dual problem D is:
(b)
y1 (2x1 + x2 − x3 − α) = 0
4
y2 (4x1 + 2x2 + 3x3 − β) = 0
y3 (2x1 − x2 + 2x3 − 7) = 0
Furthermore,
(c)
a = (0, 1, 4)T Substituting into the constraints of the primal problem
gives:
1−4≥α ⇒ α ≤ −3
2 + 12 ≥ β ⇒ β ≤ 14
Thus, γ ≥ 6.
The ranges for α, β, and γ are:
α ≤ −3, β ≤ 14, γ ≥ 6.