MathGroup Archive 1996

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

Search the Archive

Numerical integration

  • To: mathgroup at smc.vnet.net
  • Subject: [mg4746] Numerical integration
  • From: Noriaki Kinoshita <nk204 at cam.ac.uk>
  • Date: Thu, 5 Sep 1996 01:59:59 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

I got InterpolatingFunction c[k] as a result of numerical integration NDSolve.
Now, I wanted to use c[k] as if it is an ordinary function of k.
I wanted to do numerical integration which looks like as follows:

NDSolve[
{k'[t]==0.715c[k[t]]+1.0685k[t]/w[k[t]]^.6
	   -0.00777091k[t](-1.8+4.2k[t]/w[k[t]]+7.1343c[k[t]]/w[k[t]]^.4)/((0.336k[t]/w[k[t]]-2.22045*10^(-16)c[k[t]]/w[k[t]]^0.4)*w[k[t]]^.6)
	   -0.263685k[t](2.8-4.2k[t]/w[k[t]]-11.0978c[k[t]]/w[k[t]]^.4)*w[k[t]]^.3-0.457928w[k[t]]^.4 /. %,
 k[0]==0.3},k,{t,0,100}]

And I received an error message saying:

Supplied equations are not 



==== [MESSAGE SEPARATOR] ====


  • Prev by Date: Re: 2-D Levy motion
  • Next by Date: vector field plot?
  • Previous by thread: Re: 2-D Levy motion
  • Next by thread: vector field plot?