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)

write a user-defined matlab function which takes the coefficients of the quadratic

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!