| Author |
Comment/Response |
Michael Donnerer
|
12/15/06 05:37am
Hi,
when I use
Maximize[{BrightnessNH[-1, x, -0.5], {x > -?/2, x < ?/2}}, x]
I get the answer: {1., {x -> 0.29863}}
but when I use:
Maximize[{BrightnessNH[-1, x, -0.5], {x > 0, x < ?/2}}, x]
I get: {1., {x -> 1.22503}}
So, it seems like both points are maxima. Is there any way to get Mathematica to calculate both at the same time?
(NMaximize behaves in the same way)
URL: , |
|