Question: (a) Write a MATLAB function that computes the two roots of a quadratic polynomial q(x) = x+bx+c with good precision. (b) Compare your computed

 (a) Write a MATLAB function that computes the two roots of a  

(a) Write a MATLAB function that computes the two roots of a quadratic polynomial q(x) = x+bx+c with good precision. (b) Compare your computed results with MATLAB's built-in function roots ( [a b c]) for the following set of data: 1) b = -56, c = 1 2) b= 108, c = 1.

Step by Step Solution

3.29 Rating (146 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

a Heres a MATLAB function quadraticRoots that computes the roots of a quadratic polynomial qxx2bxc w... View full answer

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 Programming Questions!