Ask your own question, for FREE!
MIT 6.189 A Gentle Introduction to Programming Using Python (OCW) 19 Online
OpenStudy (pdpinch):

I'm working on Exercise 2.5 in http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-189-a-gentle-introduction-to-programming-using-python-january-iap-2011/assignments/MIT6_189IAP11_hw2.pdf Sadly, my math skills have atrophied. I'm supposed to write a function that computes the roots of a quadratic. I looked it on Wikipedia at http://en.wikipedia.org/wiki/Quadratic_equation#Quadratic_formula But I'm also supposed to check for complex roots. How do I do that? What I have so far at https://gist.github.com/3845296 Also, anyone have test cases with answers?

OpenStudy (anonymous):

U know the b^2 -4ac bit of the quadratic? If that is less than 0, then the roots are complex.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!