Scientific computing: Difference between revisions
(Created page with "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 programmi...") |
mNo edit summary |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
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 | 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 == | == Libraries == | ||
There are a number of libraries that are useful libraries for scientific computing | There are a number of libraries that are useful libraries for scientific computing details elsewhere on the Haskell Wiki: | ||
* https://wiki.haskell.org/Applications_and_libraries/Bioinformatics | |||
* https://wiki.haskell.org/Applications_and_libraries/Mathematics | |||
== Applications and projects == | |||
* [https://github.com/dorchard/pde-specs Partial differential equation (PDE) specifications] (early prototype) | |||
<blockquote> | |||
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). | |||
</blockquote> | |||
== People interested in scientific computing in Haskell == | == People interested in scientific computing in Haskell == | ||
[http://dorchard.co.uk Dominic Orchard] | |||
[http://dirac.cnrs-orleans.fr/~hinsen Konrad Hinsen] | |||
[[Category:Libraries]] |
Latest revision as of 21:45, 29 June 2021
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:
- https://wiki.haskell.org/Applications_and_libraries/Bioinformatics
- https://wiki.haskell.org/Applications_and_libraries/Mathematics
Applications and projects
- Partial differential equation (PDE) specifications (early prototype)
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).