GraphSolver/README.md

20 lines
575 B
Markdown
Raw Normal View History

2019-10-11 13:46:14 +00:00
# GraphSolver
An application for solving linear/quadratic graphs.
2019-12-07 17:31:21 +00:00
## Requirements file
After installing GraphSolver.zip to install requirements, run:
`pip install -r requirements.txt`
2019-12-07 17:39:08 +00:00
## Running App:
to start the app run:
`python3 app.py`
and the menu window will pop up.
There is 4 options for graph:
####1. Linear to graph a linear equation *y= mx + c*
####2. Linear intercept to find the interception between two lines
####3. Quadratic to graph quadratic equation *y = ax^2 + bx + c*
####4. Quadratic intercept to find the interception between two quadratic graphs