  |
Initial Value Problems - http://pitagora.dm.uniba.it/~mazzia/ode/readme.html
The code GAM numerically solves solves first order ordinary differential equations, either stiff or nonstiff in the form y'=f(x,y), with a given initial condition. The code GAMD is a generalization of GAM for the solution of Differential Algebraic Equations of index less than or equal to 3 in the form M y' = f(x,y), with a given initial condition. By Francesca Mazzia. |
  |
Test Set for Initial Value Problem Solvers - http://pitagora.dm.uniba.it/~testset
Test sets, solvers and links for Initial Value Problems for ODEs. |
  |
http://www.netlib.org/ode/ - http://www.netlib.org/ode/
Codes for ordinary differential equations from Netlib. |
  |
http://www.bifurcation.de/software.html - http://www.bifurcation.de/software.html
Fortran 77 package for bifurcation, continuation and stability analysis. |
  |
Blended Implicit Methods (BiM) - http://web.math.unifi.it/users/brugnano/BiM/
Fortran 77 code implementing a variable order-variable stepsize method for (stiff) initial value problems for ODEs. The order of the method varies from 4 to 14, according to a suitable order variation strategy. |