https://github.com/littleredcomputer/algebra
https://github.com/littleredcomputer/algebra
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/littleredcomputer/algebra
- Owner: littleredcomputer
- License: mit
- Created: 2017-07-04T15:29:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-16T19:53:50.000Z (over 8 years ago)
- Last Synced: 2025-03-23T20:43:45.569Z (about 1 year ago)
- Language: Clojure
- Size: 73.2 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# algebra
Basically, I'm extracting the parts of https://github.com/littleredcomputer/sicmutils having to do with
polynomials and similar things and extracting them into this library which can then grow independently.
Sicmutils will then be updated to rely on this library. My plan is to improve the base algorithms for
polynomial maniuplation in a place where I can have more focus.