From: Robert D. <rob...@gm...> - 2014-02-09 21:14:41
|
On Sat, Feb 8, 2014 at 6:15 PM, Victor Krym <vkr...@ra...> wrote: > This is regarding your implementation of the Runge-Kutta method. > Your procedure rk(...) does not take into account that the right-hand side > of the equation(s) can contain functions of independent variable in the > delayed (noun) form. I enclosed an example program which may be better in > this respect. Hi Victor, thanks for your message. I agree that it would be good to extend the functionality of the Runge-Kutta program, but instead of writing a new program, I would like to ask you to modify the existing program to implement the new feature. That way any improvements that have been made already to the existing program are not lost. You can post a patch (i.e., file difference as shown by diff or fc) or, if that doesn't work, then just post the whole new file. best, Robert Dodier |