Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.06 KB

quadratic_equation_solver

Quadratic Equation Solver: A simple program that solves the famous equation.

Programmed in Python 3.8.5, uses CLI.

Basics:

  • The user must indicate the coefficient values.
  • The quadratic equation has the form: ax^2 + bx + c = 0
  • Computes real roots, complex roots, one root case including roots equal to zero.

Run:

  • Real roots:

  • Complex roots:

  • One real root:

  • Zero root:

  • Invalid equation case: