| Author |
Comment/Response |
Mahmoud
|
12/22/08 10:00pm
I input this:
Maximize[{(1 -
pl (1 - ((1 - eta) (1 - q))/((1 - eta) (1 - q) +
eta (1 - r))) - ((1 - eta) ph (1 - q))/((1 - eta) (1 - q) +
eta (1 - r))) (500 (1 - eta) (1 - q) +
100 eta (1 - r)) + (500 (1 - eta) (1 - q) + 100 eta r) (1 - (
eta pl r)/((1 - eta) q + eta r) -
ph (1 - (eta r)/((1 - eta) q + eta r))), 0.01` <= r <= 0.99`,
0.01` <= q <= 0.99`, 0 < eta < 1, 0 < pl < 1, 0 < ph < 1}, {r, q}]
and the ouput is exactly the same as the input.
Does any one know why does this happen? why does mathematica returns as ouput the same line as input?
I have tried many things but nothing seems to work
Thanks for your help
URL: , |
|