MathGroup Archive 2006

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

Search the Archive

Re: Algorithm in NDSolve and FindMinimum

  • To: mathgroup at smc.vnet.net
  • Subject: [mg70161] Re: Algorithm in NDSolve and FindMinimum
  • From: "ben" <benjamin.friedrich at gmail.com>
  • Date: Fri, 6 Oct 2006 01:58:07 -0400 (EDT)
  • References: <eg2eg8$78u$1@smc.vnet.net>

Hi,

you may want to check out

The Mathematica Book, p. 1199

Help, A.9.4, Numerical differential equations

Bye
Ben






Texas A&M schrieb:

> FindMinimum[
>     Block[{},
>       if1 = NDSolve[{fun[z1] == 0, h[0] == unknown1, h'[0] == 0},
>           h, {z1, 0, a}];  vans1 = (h[a])^2 /. if1[[1]];
>       vans1], {unknown1, 0.1, 1.2}]
>
> What this command really does?
> Do NDSolve (or FindMinimum) always use the same Algorithm?
> 
> Thanks,
> 
> Kai


  • Prev by Date: Google Mathematica code search
  • Next by Date: FoourierTransform of a function defined in sections
  • Previous by thread: Re: Algorithm in NDSolve and FindMinimum
  • Next by thread: Re: Algorithm in NDSolve and FindMinimum