|
[Date Index]
[Thread Index]
[Author Index]
Possible simple bug in NMaximize
- To: mathgroup at smc.vnet.net
- Subject: [mg71040] Possible simple bug in NMaximize
- From: Nick Grishin <grishin at chop.swmed.edu>
- Date: Mon, 6 Nov 2006 02:52:46 -0500 (EST)
(* 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)
Prev by Date:
Insertion into sorted list
Next by Date:
building a list containing elements f(i,j)
Previous by thread:
Re: Insertion into sorted list
Next by thread:
Re: Possible simple bug in NMaximize
|