MathGroup Archive 2005

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

Search the Archive

Re: NIntegrate with Minimize

  • To: mathgroup at smc.vnet.net
  • Subject: [mg53555] Re: NIntegrate with Minimize
  • From: "Astanoff" <astanoff at yahoo.fr>
  • Date: Tue, 18 Jan 2005 05:07:54 -0500 (EST)
  • References: <csffh8$6h2$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

ff[a_?NumericQ] := First[Minimize[{x + a, 0 = x = 2}, {x}]]
NIntegrate[ff[a], {a, 0, 6}]

18.

hth

v.a.


  • Prev by Date: Re: Re: easy question about random numbers
  • Next by Date: Equation exporting
  • Previous by thread: Re: NIntegrate with Minimize
  • Next by thread: Re: NIntegrate with Minimize