Question: code in python please Write a function for solving the quadratic equation points Given a quadratic equation ar2 brc0, write a function root( a, b,cthat

code in python please
Write a function for solving the quadratic equation points Given a quadratic equation ar2 brc0, write a function root( a, b,cthat returns the firsterm) root of the equation. The returned root should be a float when the roots are real, otherwise complex . You can test on the sign of the expression in the square root and return standard float or complex Python data types accordingly. If the term will be real, you can use the math.sa function to calculate the value. If the term will be complex, you can use thecmath.sqrt' function to calculate the value. (This assignment is based on Langtangen, Exercise 3.8a.) Answer Press F9 to toggle full-screen mode. Set editor mode in user profile
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
