Horner’s rule
Horner’s rule is a technique to reduce the work required for the computation of a polynomial at a particular value. Its simplest form makes use of the repeated factorizations
of the terms of the th degree polynomial in in order to reduce the computation of the polynomial (at some value ) to multiplications and additions.
The rule can be generalized to a finite series
of orthogonal polynomials . Using the recurrence relation
for orthogonal polynomials, one obtains
with
for the evaluation of at some particular . This is a simpler calculation than the straightforward approach, since and are known, and are easy to compute (possibly themselves by Horner’s rule), and and are given by a backwards-recurrence which is linear in .
References
-
•
Originally from The Data Analysis Briefbook (http://rkb.home.cern.ch/rkb/titleA.htmlhttp://rkb.home.cern.ch/rkb/titleA.html)
Title | Horner’s rule |
---|---|
Canonical name | HornersRule |
Date of creation | 2013-03-22 12:06:17 |
Last modified on | 2013-03-22 12:06:17 |
Owner | akrowne (2) |
Last modified by | akrowne (2) |
Numerical id | 11 |
Author | akrowne (2) |
Entry type | Algorithm |
Classification | msc 68W01 |
Classification | msc 13P05 |
Classification | msc 65Y99 |