MathGroup Archive 2009

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

Search the Archive

uncomplete NDSOlve results

  • To: mathgroup at smc.vnet.net
  • Subject: [mg100136] uncomplete NDSOlve results
  • From: Jordi <schaber at biologie.hu-berlin.de>
  • Date: Tue, 26 May 2009 05:08:22 -0400 (EDT)

Hi,

I numerically simulated an ODE systems with NDSOlve. I tried all kinds
of methods and I always get a solution back, seemingly over the whole
integration interval, i.e. 100:
sol={{A->InterpolatingFunction[{{0.,100.}},<>]}}.

However, when I plot A (Plot[A[t]/.sol,{t,0,100},PlotRange->All]) the
curve just stops after a fraction of the simulation time. So,
there seems to be no solution after a certain time. But upon integration
I get no errors.

thanks,

jordi


  • Prev by Date: DebugTrace version 1.02
  • Next by Date: Re: What happened to StandardForm?
  • Previous by thread: DebugTrace version 1.02
  • Next by thread: Re: uncomplete NDSOlve results