Write function that uses a, b and c as inputs to compute the discriminant and the roots of the quadratic equation. function discriminant] = my_quadratic(a,b,c) b) Write the m-file that prompts the user to input values of a, b and c and uses the function in written in...