]> gitweb.michael.orlitzky.com - numerical-analysis.git/commit
Add the ODE.IVP module with Euler's method.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 6 Dec 2012 02:14:15 +0000 (21:14 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 6 Dec 2012 02:14:15 +0000 (21:14 -0500)
commitddad82e5f42a7d38d542fbb77e981dc7309089f4
tree39d4b5151dda1af73289490945a2e3baee8fae8b
parent322be9b88d538d99c76cf6bf2d50f2000d0ec36d
Add the ODE.IVP module with Euler's method.
Clean up .ghci a little bit and add the new module.
.ghci
src/ODE/IVP.hs [new file with mode: 0644]