Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

ayham-1/GraphSolver

Repository files navigation

GraphSolver

An application for solving linear/quadratic graphs and finding the interception.

Requirements file

After installing GraphSolver.zip to install requirements, run:

pip3 install -r requirements.txt

Running App:

to start the app run:

python3 app.py

and the menu window will pop up. There is 4 options for graph:

  • Linear to graph a linear equation y= mx + c

  • Linear intercept to find the interception between two lines

  • Quadratic to graph quadratic equation y = ax^2 + bx + c

  • Quadratic intercept to find the interception between two quadratic graphs

Adding Contributers

to add the contibuters for the Graph Solver projct run:

python3 commits.py

and see the magic happen infront of you

About

An application for solving linear\quadratic graphs.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published