[Haskell-cafe] representing differencial equations in haskell

Thomas Girod girodt at gmail.com
Tue Sep 25 06:55:18 EDT 2007


Hi there.

Let's say I have mathematical model composed of several differential
equations, such as :

di/dt = cos(i)
dc/dt = alpha * (i(t) - c(t))

(sorry my maths are really bad, but I hope you get the point)

I would like to approximate the evolution of such a system iteratively. How
would you do that in haskell ?

cheers,

Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20070925/f8f01248/attachment.htm


More information about the Haskell-Cafe mailing list