A platform agnostic GUI mathematical solver making use of the SymPy library.
Features
- Graph relations between x and y on a coordinate plane
- Simplify expressions
In the future it will be able to:
- Solve equations
- Render LaTeX expressions
Requirements
- Python
- Pip
Run the following line to install dependencies using pip:
pip install -r requirements.txt