]> gitweb.michael.orlitzky.com - numerical-analysis.git/commit
Add an implementation of Euler's method that takes the step size 'h' as an argument...
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 9 Dec 2012 08:22:25 +0000 (03:22 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 9 Dec 2012 08:22:25 +0000 (03:22 -0500)
commitdf93519c1e307699477d3d37484f44041d27354f
tree9b7c4b4b613daef61bf38689fc8a4a6d72036241
parentddad82e5f42a7d38d542fbb77e981dc7309089f4
Add an implementation of Euler's method that takes the step size 'h' as an argument instead of the number of subintervals 'n'.
src/ODE/IVP.hs