Blog articles/Mathematics
From HaskellWiki
< Blog articles(Difference between revisions)
| (5 intermediate revisions not shown.) | |||
| Line 11: | Line 11: | ||
* [http://sigfpe.blogspot.com/2006/01/eleven-reasons-to-use-haskell-as.html Eleven Reasons to use Haskell as a Mathematician] | * [http://sigfpe.blogspot.com/2006/01/eleven-reasons-to-use-haskell-as.html Eleven Reasons to use Haskell as a Mathematician] | ||
| - | * [http://www.polyomino.f2s.com/ Haskell for Maths]: commutative algebra, combinatorics, number theory, and group theory libraries | + | * [http://www.polyomino.f2s.com/ Haskell for Maths]: commutative algebra, combinatorics, number theory, and group theory libraries ([http://haskellformaths.blogspot.com/ blog], [http://hackage.haskell.org/package/HaskellForMaths hackage]) |
* [http://sigfpe.blogspot.com/2006/09/learn-maths-with-haskell.html Learn Maths with Haskell] | * [http://sigfpe.blogspot.com/2006/09/learn-maths-with-haskell.html Learn Maths with Haskell] | ||
* [http://blog.mikael.johanssons.org/archive/2006/10/prototyping-thought/ Prototyping thought] | * [http://blog.mikael.johanssons.org/archive/2006/10/prototyping-thought/ Prototyping thought] | ||
| Line 28: | Line 28: | ||
=== Geometry === | === Geometry === | ||
| - | * [http://www.alpheccar.org/ | + | * [http://www.alpheccar.org/content/57.html Haskell, PDF and Penrose Tilings] |
* [http://www.kennknowles.com/blog/2007/11/20/visualizing-2d-convex-hull-using-gtk-and-opengl-in-haskell/ Visualizing 2D convex hull using Gtk and OpenGL in Haskell] | * [http://www.kennknowles.com/blog/2007/11/20/visualizing-2d-convex-hull-using-gtk-and-opengl-in-haskell/ Visualizing 2D convex hull using Gtk and OpenGL in Haskell] | ||
* [http://www.kennknowles.com/blog/2007/12/03/calculating-the-reflect-rotate-translate-normal-form-for-an-isometry-of-the-plane-in-haskell-and-verifying-it-with-quickcheck/ Calculating the reflect-rotate-translate normal form for an isometry of the plane in Haskell, and verifying it with QuickCheck.] | * [http://www.kennknowles.com/blog/2007/12/03/calculating-the-reflect-rotate-translate-normal-form-for-an-isometry-of-the-plane-in-haskell-and-verifying-it-with-quickcheck/ Calculating the reflect-rotate-translate normal form for an isometry of the plane in Haskell, and verifying it with QuickCheck.] | ||
| - | + | * [http://www.kennknowles.com/blog/2008/04/16/drawing-fractals-in-haskell-with-a-cursor-graphics-dsel-and-a-cute-list-representation/ Drawing fractals in Haskell with a cursor graphics DSEL and a cute list representation] | |
| + | |||
=== Group theory === | === Group theory === | ||
| Line 94: | Line 95: | ||
* [http://sigfpe.blogspot.com/2007/03/independence-entanglement-and.html Independence, entanglement and decoherence with the quantum monad] | * [http://sigfpe.blogspot.com/2007/03/independence-entanglement-and.html Independence, entanglement and decoherence with the quantum monad] | ||
* [http://sigfpe.blogspot.com/2007/03/shor-quantum-error-correcting-code-and.html The Shor Quantum Error Correcting Code (and a Monad for Heat)] | * [http://sigfpe.blogspot.com/2007/03/shor-quantum-error-correcting-code-and.html The Shor Quantum Error Correcting Code (and a Monad for Heat)] | ||
| - | |||
== Mathematics of Haskell == | == Mathematics of Haskell == | ||
| Line 101: | Line 101: | ||
* Category Theory and the Category of Haskell programs: | * Category Theory and the Category of Haskell programs: | ||
| - | ** [http://www.alpheccar.org/ | + | ** [http://www.alpheccar.org/content/74.html Part 1] |
| - | ** [http://www.alpheccar.org/ | + | ** [http://www.alpheccar.org/content/76.html Part 2] |
| - | ** [http://www.alpheccar.org/ | + | ** [http://www.alpheccar.org/content/77.html Part 3] |
* [http://en.wikibooks.org/wiki/Haskell/Category_theory Category theory and Haskell] | * [http://en.wikibooks.org/wiki/Haskell/Category_theory Category theory and Haskell] | ||
Current revision
Articles using Haskell for mathematics, and the mathematics of Haskell.
For further references see the:
Contents |
1 Haskell for mathematics
1.1 General
- Eleven Reasons to use Haskell as a Mathematician
- Haskell for Maths: commutative algebra, combinatorics, number theory, and group theory libraries (blog, hackage)
- Learn Maths with Haskell
- Prototyping thought
- Why Haskell?
1.2 Calculus and Differential Geometry
1.3 Algebraic Topology and Geometry
1.4 Geometry
- Haskell, PDF and Penrose Tilings
- Visualizing 2D convex hull using Gtk and OpenGL in Haskell
- Calculating the reflect-rotate-translate normal form for an isometry of the plane in Haskell, and verifying it with QuickCheck.
- Drawing fractals in Haskell with a cursor graphics DSEL and a cute list representation
1.5 Group theory
- Computational Group Theory in Haskell
- Carry bits and group cohomology
- Monads from Algebra and the the Gray Code from Groups
- Infinite lazy Knuth-Bendix completion for monoids in Haskell
1.6 Set theory
- Ordinals in Haskell
- Constructability, Uncountability, and ω-Haskell
- Defining a power set in one line
1.7 Ring theory
1.8 Number theory
- Number theory and Haskell:
1.9 Cryptography and coding theory
- Feistel Ciphers and DES in Haskell
- Arithmetic coding in Haskell
- Two-dimensional spatial hashing with space-filling curves
1.10 Logic
1.11 Numerics
- The Division Bell
- Overloading Haskell numbers
2 Theorem proving
3 Quantum computing
- The Essence of Quantum Computing
- Monads for vector spaces, probability and quantum mechanics pt. I
- Monads, Vector Spaces and Quantum Mechanics pt. II
- Independence, entanglement and decoherence with the quantum monad
- The Shor Quantum Error Correcting Code (and a Monad for Heat)
4 Mathematics of Haskell
4.1 Category theoretic
- Why isn't ListT list a monad?
- Reverse Engineering Machines with the Yoneda Lemma
- Variable substitution gives a...
- Games, Strategies and the Self-Composition of the List Monad.
