| Author |
Comment/Response |
Vadim
|
10/10/12 3:35pm
I get the bcons error when I try to maximize a fairly complicated function. Could someone tell me if my syntax is wrong? (sorry for the weird formatting)
Maximize[{n - (1 - n) -
q (n .5 c1^2 - (1 - n) .7 c2^2 + (n (1 - .5) - (1 - n) (1 - .7))/
2) (n .5 c1^2 + (1 -
n) .7 c2^2 + (n (1 - .5) + (1 - n) (1 - .7))/2),
c1 Sqrt[1 - c2^2] - c2 Sqrt[1 - c1^2] == t, , -1 <= t <= 1,
0 <= n <= 1, 0 <= c1 <= 1, 0 <= c2 <= 1, 0 <= q <= 1}, {c1, c2}]
URL: , |
|