Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metaxal/rascas
Computer Algebra System for Racket
https://github.com/metaxal/rascas
cas computer-algebra racket
Last synced: 5 days ago
JSON representation
Computer Algebra System for Racket
- Host: GitHub
- URL: https://github.com/metaxal/rascas
- Owner: Metaxal
- License: apache-2.0
- Created: 2018-02-11T18:01:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-11T13:37:31.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T11:33:51.204Z (6 days ago)
- Topics: cas, computer-algebra, racket
- Language: Racket
- Size: 166 KB
- Stars: 19
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rascas
Computer Algebra System for Racket.There is currently no documentation because currently rascas is a little unstable, in particular
file names may change and files may be merged. Relying on just `(require rascas)` is safer.This is a port of [dharmatech/mpl](https://github.com/dharmatech/mpl) from r6rs to Racket.
See the file [`tests.rkt`](https://github.com/Metaxal/rascas/blob/master/tests.rkt) for examples.
Also check out another CAS for Racket, [soegaard/racket-cas](https://github.com/soegaard/racket-cas).
See the [docs](https://docs.racket-lang.org/rascas/index.html).