This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ODEs - runge kutta


Jonathan Leto writes:
 >  This is slightly OT, and I don't mean to toot my own horn, but if
 > you would like to use Perl, I wrote the Math::ODE perl module for
 > this situation. It uses the 4th Order Runge-Kutta, and does the
 > jacobian approximation by itself, so that all you do is define all
 > the parameters of the system.

It looks cool.

 >  Once again, I would like to state that GSL has a much more
 > powerful interface for solving ODE's, but it is probably overkill
 > in most simle situations, and not friendly to the beginning
 > programmer.

A higher level interface should not be too hard to write if someone
would like to try it --- there is room for it on top of the existing
low-level interface (like gsl_spline which was built on top of
gsl_interp).  I can suggest what the interface should look like if
anyone is interested in doing that.

Brian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]