Computer Science, asked by Craftsbymaha, 25 days ago

write a python module for finding square root of quadratic equation​

Answers

Answered by mithulsai
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 ItzRosiePrincess
213

\huge\sf\fbox\orange{ɑɲsωɛɽ ✩}

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.

ItzRosiePrincess

Similar questions