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
Get step-by-step solutions from verified subject matter experts
