Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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