Re: Possible simple bug in NMaximize
- To: mathgroup at smc.vnet.net
- Subject: [mg71056] Re: [mg71040] Possible simple bug in NMaximize
- From: "Chris Chiasson" <chris at chiasson.name>
- Date: Wed, 8 Nov 2006 06:11:08 -0500 (EST)
- References: <200611060752.CAA08685@smc.vnet.net>
So, are you saying that the bug is example number one or number two? On 11/6/06, Nick Grishin <grishin at chop.swmed.edu> wrote: > (* does not work *) > func = Hold[NIntegrate[t^3, {t, x, 0}]]; > NMaximize[func, x] > > (* works *) > func = Hold[NIntegrate[t^3, {t, 0, x}]]; > NMinimize[func, x] > > $Version > 5.2 for Microsoft Windows (June 20, 2005) > > -- http://chris.chiasson.name/
- References:
- Possible simple bug in NMaximize
- From: Nick Grishin <grishin@chop.swmed.edu>
- Possible simple bug in NMaximize