In some numerical computing applications, a desired computation is to find a polynomial that goes through a

Question:

In some numerical computing applications, a desired computation is to find a polynomial that goes through a given set of points on a line, which, without loss of generality, we can assume is the x-axis. So suppose you are given a set of real numbers 

X = {x0, x1,...,xnāˆ’1}. 

Note that, by the Interpolation Theorem for Polynomials, there is a unique degree- (n āˆ’ 1) polynomial p(x), such that 

p(xi)=0, for i = 0, 1,...,n āˆ’ 1, 

and these are the only 0-values for the polynomial. Design a divide-and-conquer algorithm that can construct a coefficient-form representation of this polynomial, p(x), using O(n log2 n) arithmetic operations.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Algorithm Design And Applications

ISBN: 9781118335918

1st Edition

Authors: Michael T. Goodrich, Roberto Tamassia

Question Posted: