Question: Why Maple give a incorrect answer for this 'maximize'?

with(Optimization); nx := maximize(abs(.5547114632*x^2+1.130478381*x+.9883691714-exp(x)), x = -1 .. 1, location)

nx := 0.4568872387e-1, {[{x = 1.002012310}, 0.4568872387e-1]}

but 1.002 isn't in -1..1

Please Wait...