MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

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:00:16 -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/


  • Prev by Date: Re: building a list containing elements f(i,j)
  • Next by Date: Re: building a list containing elements f(i,j)
  • Previous by thread: Possible simple bug in NMaximize
  • Next by thread: Re: Possible simple bug in NMaximize