Skip to content

Program that solves simple polynomial equations of degree less or equal 2

Notifications You must be signed in to change notification settings

XD-OB/Computor_V1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Computor V1

Build a program that solves polynomial equations of degrees 0, 1 and 2.
The program should display its solution(s).

Subject

Dependencies

  • Install python 3+
  • Install pip3
  • pip3 install numpy
  • pip3 install matplotlib

Usage:

python3 computor.py [-d][-v] <equation>

usage

  • Degree 1 + detail:

deg1

deg1

  • Degree 2 ( delta < 0 ):

deg2_delta_neg

  • Degree 2 ( delta > 0 ) + detail + Visualizer:

deg2_delta_pos_d

display

Bonuses

  • Show steps
  • Natural syntax handling
  • Power disorder syntax handling
  • Plot the function and show the solving points

Owners

  • Oussama Belouche 1337

forthebadge forthebadge

About

Program that solves simple polynomial equations of degree less or equal 2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages