write a python module for finding square root of quadratic equation
Answers
Answered by
2
We have imported the cmath module to perform complex square root. First, we calculate the discriminant and then find the two solutions of the quadratic equation. You can change the value of a , b and c in the above program and test this program.
I hope it helped you mark me brainlist
Answered by
213
question: write a python module for finding square root of quadratic equation
answer: We have imported the cmath module to perform complex square root. First, we calculate the discriminant and then find the two solutions of the quadratic equation. You can change the value of a , b and c in the above program and test this program.
Similar questions