Build a program that solves polynomial equations of degrees 0, 1 and 2.
The program should display its solution(s).
- Install python 3+
- Install pip3
pip3 install numpy
pip3 install matplotlib
python3 computor.py [-d][-v] <equation>
- Degree 1 + detail:
- Degree 2 ( delta < 0 ):
- Degree 2 ( delta > 0 ) + detail + Visualizer:
- Show steps
- Natural syntax handling
- Power disorder syntax handling
- Plot the function and show the solving points
- Oussama Belouche 1337