Re: [Algorithms] runge Kutta
Brought to you by:
vexxed72
|
From: Christopher H. <chu...@ca...> - 2001-08-25 18:38:21
|
Idahosa, I have written an RKF ODE solver before and might be able to help with specific questions if you have any. If you have access to Matlab, it might be of some assistence to attempt you're algorithm there first, so that the matrix and vector math is taken care of. Plus Matlab has plenty of 'ode??' functions that you can compare yours to. Chris On Sat, 25 Aug 2001, Idahosa Edokpayi wrote: > I understand the basic idea of Runge Kutta solvers but my attempts to > implement them have failed miserably. Can anyone help? > > Idahosa Edokpayi > > > _______________________________________________ > GDAlgorithms-list mailing list > GDA...@li... > http://lists.sourceforge.net/lists/listinfo/gdalgorithms-list > |