/computorv1

Primary LanguagePython

computorv1

The goal of this project is to solve a polynomial second or lower degree equation.

Scripts usage

python3 computor.py "EQUATION"

Scripts option

-g or --graph: print graph of the given valid polynomial

Scripts exemple

- python3 computor.py "- 6X^0 + 9X^1 -3x^2 = 9X^0"
- python3 computor.py "4x^2 - 7 + 6x = 2x +9" -g
- python3 computor.py "x = 2" -g