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