Question: Please write in Python only and use the sqrt() function and not the cmath functions please! Write a Python program that asks the user to

Please write in Python only and use the sqrt() function and not the cmath functions please!

Write a Python program that asks the user to enter the coefficients of a second order equation a, b, and c. The program should calculate and display the roots of this equation. (Solution of ax2+bx+c= 0). You should consider the cases when the roots are equal or when there is no solution to the equation (just state that it has no solution).

Hint: use the sqrt( ) function defined in the math module. For example sqrt(x) returns the square root of the float variable x.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!