Re: Hold[] ReleaseHold[] ? or what ?
- To: mathgroup at smc.vnet.net
- Subject: [mg60210] Re: Hold[] ReleaseHold[] ? or what ?
- From: "antononcube" <antononcube at gmail.com>
- Date: Wed, 7 Sep 2005 04:04:09 -0400 (EDT)
- References: <dfiuvc$p7n$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
This works: In[1]:= f[u_?NumericQ] := NIntegrate[Sin[x + u], {x, 1, 2}] In[2]:= FindMinimum[f[u], {u, 0}] Out[2]= {-0.958851, {u -> -3.0708}} Anton Antonov, Wolfram Research, Inc.