Quadratic equation solver
Real/complex roots and vertex for ax² + bx + c = 0.
[7.2] Governing equation
$$x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$$
Vertex at $\left(-\frac{b}{2a},\ c-\frac{b^2}{4a}\right)$. Source: 1728 Software Systems.
—
Real/complex roots and vertex for ax² + bx + c = 0.
$$x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$$
Vertex at $\left(-\frac{b}{2a},\ c-\frac{b^2}{4a}\right)$. Source: 1728 Software Systems.