Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barton-willis/alt-solve
Alternative solve function for the Maxima CAS
https://github.com/barton-willis/alt-solve
Last synced: 4 days ago
JSON representation
Alternative solve function for the Maxima CAS
- Host: GitHub
- URL: https://github.com/barton-willis/alt-solve
- Owner: barton-willis
- Created: 2019-12-02T21:41:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T11:17:26.000Z (9 months ago)
- Last Synced: 2024-02-15T12:28:59.205Z (9 months ago)
- Language: Common Lisp
- Size: 602 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alt-solve
Alternative solve function for the Maxima CASThis code aims to be a replacement for Maxima's solve function. The goal is to maintain compatibility with Maxima's current solve function, make the code easier to extend and to fix, and to solve a wider variety of equations than the current solve function.