Hi there.<br><br>Let&#39;s say I have mathematical model composed of several differential equations, such as :<br><br>di/dt = cos(i)<br>dc/dt = alpha * (i(t) - c(t))<br><br>(sorry my maths are really bad, but I hope you get the point)
<br><br>I would like to approximate the evolution of such a system iteratively. How would you do that in haskell ?<br><br>cheers,<br><br>Thomas<br>