Skip to content
Prev 351068 / 398502 Next

deSolve ODE Output Question

On May 20, 2015, at 6:45 AM, walke554 wrote:

            
My reading of the returned value from a call to ode is that it is not the values returned by the 'func'-function which only contain the derivative vectors, but rather the integrated values. That is what you are seeing in any case. You need to remember that integrators calculate the derivative and then further multiply by the "dt" increment which in your case will make the incremental values one-hundredth of the value you calculated by hand below.  (Basic calculus.)
I normally also respond to the list and the questioner but have gotten an annoying number of bounces from Nabble users so am not responding directly.