Re: [Haskell-cafe] Linear algebra

2008-02-06 Thread Henning Thielemann
On Thu, 31 Jan 2008, Denis Bueno wrote: > On Thu, Jan 31, 2008 at 7:11 PM, Jon Harrop <[EMAIL PROTECTED]> wrote: > > > > Has anyone written anything on the use of FP (e.g. point free style) in > > linear > > algebra problems? > > I'm not sure how relevant this is to you, but John Backus wrote

Re: [Haskell-cafe] Linear algebra

2008-01-31 Thread Denis Bueno
On Thu, Jan 31, 2008 at 7:11 PM, Jon Harrop <[EMAIL PROTECTED]> wrote: > > Has anyone written anything on the use of FP (e.g. point free style) in > linear > algebra problems? I'm not sure how relevant this is to you, but John Backus wrote foundationally on it and related topics. http://www.st

[Haskell-cafe] Linear algebra

2008-01-31 Thread Jon Harrop
Has anyone written anything on the use of FP (e.g. point free style) in linear algebra problems? -- Dr Jon D Harrop, Flying Frog Consultancy Ltd. http://www.ffconsultancy.com/products/?e ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://ww

[Haskell-cafe] linear algebra with Haskell (Was: Why Perl is more learnable than Haskell)

2007-04-12 Thread Henning Thielemann
On Wed, 11 Apr 2007, Ryan Dickie wrote: > I also hate matlab to death. Is there any possibility of using haskell as a > replacement using ghci? Mostly i care about linalg when it comes to using > matlab. Doing numerical linear algebra with Haskell is already possible: http://haskell.org/haskell