Question: prigramming in THONNY (PYTHON) 3) Write a function called kind_of_roots () that describes the roots of a quadratic function from the coefficients a,b, and c.
prigramming in THONNY (PYTHON)
3) Write a function called kind_of_roots () that describes the roots of a quadratic function from the coefficients a,b, and c. - A function has "two real" roots when the determinant is positive. - A function has "one real" root when the determinant is zero. - A function has "two imaginary" roots when the determinant is negative. Use your determinant () function from previous PAs to calculate the value. (Paste the function into this file!) Example:kind_of_roots (1,0,9) 'two real
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
