Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicbarker/algebra-sandbox
Interactive algebra and symbolic manipulation
https://github.com/nicbarker/algebra-sandbox
computer-algebra-system math mathematics mathematics-education
Last synced: about 4 hours ago
JSON representation
Interactive algebra and symbolic manipulation
- Host: GitHub
- URL: https://github.com/nicbarker/algebra-sandbox
- Owner: nicbarker
- Created: 2023-07-02T00:42:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-21T20:07:32.000Z (12 months ago)
- Last Synced: 2023-11-22T09:31:31.625Z (12 months ago)
- Topics: computer-algebra-system, math, mathematics, mathematics-education
- Language: TypeScript
- Homepage: https://algebra-sandbox.vercel.app
- Size: 1.31 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Algebra Sandbox
This is an extremely simple [computer algebra system](https://en.wikipedia.org/wiki/Computer_algebra_system).
It's mainly intended to be a tool for playing with algebra and symbolic manipulation, and a jumping off point for developing your own CAS.
Operator support: +, -, *, /, ^, "sqrt", "simplify"
TODO:
- Allow arbitrary multi-character pronumeral usage
- Support special symbols like π
- Remove equalities
- Set / Override specific expression in equality
- Input LaTeX strings in input field
- "Set" vs "Modify" operators to input a new statement vs modifying an existing one
- "Isolate" function to rearrange equalities with single pronumeral on one side
- Seperate "restore" button for returning to a previous step