Difference between revisions of "Scientific computing"

From HaskellWiki
Jump to navigation Jump to search
Line 19: Line 19:
   
 
[http://dorchard.co.uk Dominic Orchard]
 
[http://dorchard.co.uk Dominic Orchard]
  +
[http://dirac.cnrs-orleans.fr/~hinsen Konrad Hinsen]

Revision as of 18:52, 10 April 2014

Scientific computing (sometimes also called computational science) is the approach of using computers to do science, whether it be in collecting and analysis data or programming computer models and simulations. This page collects resources for scientific computing in Haskell, including uses of Haskell in science.

Libraries

There are a number of libraries that are useful libraries for scientific computing details elsewhere on the Haskell Wiki:

Applications and projects

This project provides a way to encode partial differential equations (PDEs) in Haskell code, and then use these to test the suitability (by computing absolute error) of any solution/approximations. (also generate GNUplot graphs of the error, and outputs LaTeX equations of the PDE specifications).

People interested in scientific computing in Haskell

Dominic Orchard Konrad Hinsen