Question: write a user-defined matlab function which takes the coefficients of the quadratic equation ax^2 + bx +c =0 as inputs and returns its values x1
write a user-defined matlab function which takes the coefficients of the quadratic equation ax^2 + bx +c =0 as inputs and returns its values x1 and x2 as outputs for function name and arguments:
[x1, x2] = myquad1(a,b,c)

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
