..Back
×

Solution of quadratic equation
Author: Win Aung Cho2022-11-20 10:25:17PM
Quadratic equation is as following.
ax²+bx+c = 0
General solution can be derived from
ax²+bx+c = a(x - r)(x - s) = 0
Solution may be a pair of complex conjugate.
x = -b ±
(b2 - 4 • a • c)0.5(2 • a)
See Wiki
Author: Win Aung Cho