flyingpig
- 2,574
- 1
Homework Statement
[PLAIN]http://img703.imageshack.us/img703/7445/unledhpu.png
The Attempt at a Solution
I am having problems with (c), (e) but I will show yu what I did for the others first. I also I forewarn thee that we haven't learned the Simplex Algorithm yet (we might learn it at the end of the week)
(a)I did the whole inequality thing and I got
min
w = 1203y_1 + 1551y_2
0 \geq -6y_1
5 \geq 4y_1 + 7y_2
14 \geq 10y_1 + 15y_2
y_1, y_2 \leq 0
(b), I found that y = (0,0)^t worked
(this will be useful for (e))
0 \geq 0 = -6(0)
5 \geq 0 = 4(0) + 7(0)
14 \geq 0 = 10(0) + 15(0)
(c)
Here is the problem, with the first inequality
-6t + 4(100) + 10(50) = -6t + 900 \leq 1203
-6t \leq 303
t \geq -50.5
This doesn't say that all t are positive, I mean okay, all positive values do work because neither the other constraint nor the objective function depend on x_1
Does it make sense to say that "Since t \geq -50.5 which therefore includes t \geq 0, hence x = (t, 100,50)^t works for all t \geq 0"
The other constraints (if you are wondering) all work. So my question is, do I have to worry about the values -50.5 \leq t < 0?
I excluded 0 because it works.
(d) Nothing fancy here, just z = 5(100) + 14(50) = 1200
(e) If P is feasible, there exists a feasible x = (x_1, x_2, x_3)^t.
Since I confirmed that my y = (0,0)^t (or at least I think yu should believe me) is D-feasible, by the Weak Duality Thrm
I have the inequality
c^t \leq y^t A \leq y^t b
However there is a problem.
My A matrix is \begin{pmatrix}<br /> -6 & 4& 10\\ <br /> 0& 7& 15<br /> \end{pmatrix} This is 2 by 3
And my yt is \begin{pmatrix}<br /> 0\\ <br /> 0<br /> \end{pmatrix}
How can they multiply together?
(f) need to answer (e) before
(g) I think it follows from (f)? Intuition.
Last edited by a moderator: