Question: Write the Matlab m-function function [p] = nest(c,x,a) to implement Horners method (not the Naive evaluation method) for evaluating the degree-n polynomial centered at the

Write the Matlab m-function function [p] = nest(c,x,a) to implement Horners method (not the Naive evaluation method) for evaluating the degree-n polynomial centered at the number a: pn(x) = c0 + c1(xa) + c2(xa)2 + ... + cn(xa)n. The n+1 coecients c0,c1,...,cn are entries of the input vector c. The values of the independent variable x are passed as a vector.

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!