https://github.com/brentseidel/haskell-simple-algebra
A simple algebra program written while learning Haskell
https://github.com/brentseidel/haskell-simple-algebra
computer-algebra haskell
Last synced: about 1 month ago
JSON representation
A simple algebra program written while learning Haskell
- Host: GitHub
- URL: https://github.com/brentseidel/haskell-simple-algebra
- Owner: BrentSeidel
- License: gpl-3.0
- Created: 2015-05-15T21:48:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-15T22:14:20.000Z (almost 10 years ago)
- Last Synced: 2025-01-20T09:32:33.502Z (3 months ago)
- Topics: computer-algebra, haskell
- Language: TeX
- Size: 297 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Haskell-Simple-Algebra
I heard that Haskell had a "literate programming" form that integrated with LaTeX and
decided to try it. The result is a simple computer algebra program. The .tex files
can be run through LaTeX to generate the documentation. The .lhs files are simply
soft-links to the .tex files. They can be fed into the Haskell interpreter of your
choice and are the source code for the program.It's been a few years since I tinkered with this, but I hope that someone finds it
interesting and/or useful. It's a bit more than a few short examples and a bit less
than some monstrous application. If you look closely, you can even tell where I
stopped.