Posted by Paul McMahan on October 22, 1997 at 11:41:18:
In Reply to: lsodi subroutine posted by Michele Feltner on October 15, 1997 at 12:47:36:
: I am trying to solve a problem of the form:
: a(t,y) * dy/dt = g(t,y)
: and was intending to use the subroutine lsodi.f,
: but when retrieving the necessary subroutines I was
: unable to find pjac.f and slvs.f.
: Any suggestions?
Michele,
If you go to http://www.netlib.org/utk/misc/netlib_query.html
and enter "pjac" and then "slvs" for your queries then you can
find the files you need.
hope this helps,
Paul McMahan
Netlib Group
: Thanks for any help.
: Michele