Question: Write a python program using recursive function which compute the roots of a quadratic equation: +bx +c = 0 where the coefficients are provided as
- Write a python program using recursive function which compute the roots of a quadratic equation:
+bx +c = 0
where the coefficients are provided as user input. Consider coefficients for a, b, c which will provide all three cases:
(a) real and unequal roots,
(b) real and equal roots,
(c) complex roots.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
