GraphSolver/README.md

34 lines
755 B
Markdown
Raw Permalink Normal View History

2019-10-11 13:46:14 +00:00
# GraphSolver
2019-12-07 17:45:12 +00:00
An application for solving linear/quadratic graphs and finding the interception.
2019-12-07 17:31:21 +00:00
## Requirements file
After installing GraphSolver.zip to install requirements, run:
2019-12-08 20:42:07 +00:00
`pip3 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:
2019-12-07 17:44:44 +00:00
* **Linear to graph** a linear equation *y= mx + c*
2019-12-07 17:39:41 +00:00
2019-12-07 17:44:44 +00:00
* **Linear intercept** to find the interception between two lines
2019-12-07 17:39:41 +00:00
2019-12-07 17:44:44 +00:00
* **Quadratic to graph** quadratic equation *y = ax^2 + bx + c*
2019-12-07 17:39:41 +00:00
2019-12-07 17:44:44 +00:00
* **Quadratic intercept** to find the interception between two quadratic graphs
2019-12-07 20:04:52 +00:00
## Adding Contributers
to add the contibuters for the **Graph Solver** projct run:
2019-12-07 20:05:33 +00:00
2019-12-07 20:05:54 +00:00
`python3 commits.py`
2019-12-07 20:05:33 +00:00
and see the magic happen infront of you