]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/ODE/IVP.hs
Add an implementation of Euler's method that takes the step size 'h' as an argument...
[numerical-analysis.git] / src / ODE / IVP.hs
2012-12-09 Michael OrlitzkyAdd an implementation of Euler's method that takes...
2012-12-06 Michael OrlitzkyAdd the ODE.IVP module with Euler's method.