Polynomial evaluation via the division algorithm the fast Fourier transform revisited

  • Authors:
  • Charles M. Fiduccia

  • Affiliations:
  • -

  • Venue:
  • STOC '72 Proceedings of the fourth annual ACM symposium on Theory of computing
  • Year:
  • 1972

Quantified Score

Hi-index 0.00

Visualization

Abstract

A polynomial p(x) can be evaluated at several points x1,...,xm by first constructing a polynomial d(x) which has x1,...,xm as roots, then dividing p(x) by d(x), and finally evaluating the remainder r(x) at x1,...,xm. This method is useful if the coefficient sequence of d(x) can be chosen to be sparse, thus simplifying the construction of r(x). The case m&equil;1 and d(x) &equil; x−x1 is Horner's rule, while the case d(x) &equil; xm−1 yields the fast Fourier transform algorithm.