Quadratic Equation Solver
This finds the value of "x" for equations that are quadratic in form.
Assuming that "a" does not equal 0.
Enter the coefficients "a", "b", and "c".
Simplified:
| x = | -1 ± |
| -3 |
| 2 | |||
Values for x:
x = -0.5 + 0.866i
or
x = -0.5 - 0.866i
Download Source Code
Return to the Main Page
Valid XHTML 1.0 Strict