
10 Sep
2010
10 Sep
'10
4:35 p.m.
Dear All,
I am trying to translate some codes of mine into haskell. It looks like
Haskell can shorten quite a bit the implementation of mathematical formulas.
Let us say you have two list of real numbers; let us call them y and t.
The list t is increasing (a sort of time).
Now consider the couples (t_a, y_a) and (t_b,y_b) where
t_a