Write an algorithm to find all roots of a quadratic equation ax2+bx+c=0
Answers
Answered by
4
Answer:
it can be done using completing the square method
Explanation:
the root is
( -b±√b²-4ac)/2a
Answered by
0
Answer:
write an algorithm to compute the roots of the equation Ax2+Bx+C=0
Similar questions