The Quadratic Solver

The Quadratic Formula Miscellaneous Mathematics Mathematics
Contents Index Home

0 = ax2 + bx + c

a =

b =

c =

The above program will calculate solutions to the quadratic equation.

 

These values for x are calculated using the solution to the quadratic equation, which is:

Of course, the coefficient a must be non-zero for this to be a quadratic equation. Solutions are only calculated when a is non-zero.


The Quadratic Formula Miscellaneous Mathematics Mathematics
Contents Index Home
E-mail