Simple Numerical Quadratic Equation Solver For Equations of the Form:
ax
2
+ bx + c = 0
The known real numerical values are: (
a, b
and
c
) where (
a
) must
not
equate to zero.
Given the
a, b
and
c
values, this program will solve for real or complex (imaginary) roots.
a
=
b
=
c
=
The roots are real: x1 = -1 and x2 = 3