This project solve quadratic equations, and can display visual interpretation
pip3 install requirements.txt --user
- It will install the required packages for the project
- executing:
python3 computorv1.py "123 * X^0 + 420 * X^1 - 69 * X^2 = 42"
- usage:
python3 computorv1.py [-v or --visual] [-h or --help] "5 * X^0 + 4 * X^1 - 9.3 * X^2 = 1 * X^0"
-v
Visual- Display the equation in 2D (or 3D when complex) with matplotlib
-h
Help- Display usage
python3 test.py
- The file contains different examples of equations, which are used to test
computorv1.py
- The file contains different examples of equations, which are used to test
Thank you for using my project !