Skip to content

A python's script will be helpfull to slove a quadratic equation

Notifications You must be signed in to change notification settings

zhi-bao/Quadratic-equation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quadratic-equation

A python's script will be helpfull to solve a quadratic equation

How the program works ?

The program will takes three values which are a,b and c, then it determines Delta value to know if the equation accept two solution or just one or doesn't accept any solution

The Delta value

We say the equation doesn't accept any solution when Delta less than zero. But if Delta equal zero we can get just one solution wich's x = -b / 2a. Finally if Delta greater than zero, so the equation accept two solutions which are x= -b (-+) square root of delta / 2a

Run the progam

Quadratic-Equation-master\Quadratic-Equation-master\dist\main\main.exe

About

A python's script will be helpfull to slove a quadratic equation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published