]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/ODE/IVP.hs
Fix an off-by-one error in Euler's method.
[numerical-analysis.git] / src / ODE / IVP.hs
2012-12-09 Michael OrlitzkyFix an off-by-one error in Euler's method.
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.