MathGroup Archive 2005

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

Search the Archive

function of a function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg62611] function of a function
  • From: "Narasimham" <mathma18 at hotmail.com>
  • Date: Tue, 29 Nov 2005 04:46:10 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Tried to solve numerically:

http://groups.google.com/group/sci.math/browse_frm/thread/248f76d024c1ac57/0bba983777a07bc9#0bba983777a07bc9

thus:

EQ= { f'[x] == f[f[x]], f[0]== 1} ;  NDSolve[EQ,f,{x,0,2}];

But gives an error.  NDSolve::ndnum:  Differential equation does not
evaluate to a number at x = 0.

Also does not work even with other f[0] values. Any way to do that?


  • Prev by Date: Re: Random Normal deviates within compiled function?
  • Next by Date: Re: How to define and plot a periodic signal?
  • Previous by thread: Re: function of a function
  • Next by thread: Re: function of a function