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 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
a Heres a MATLAB function quadraticRoots that computes the roots of a quadratic polynomial qxx2bxc w... View full answer
Get step-by-step solutions from verified subject matter experts
