Horner's rule in the context of Polynomial evaluation


Horner's rule in the context of Polynomial evaluation

Horner's rule Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Horner's rule in the context of "Polynomial evaluation"


HINT:

๐Ÿ‘‰ Horner's rule in the context of Polynomial evaluation

In mathematics and computer science, polynomial evaluation refers to computation of the value of a polynomial when its indeterminates are substituted for some values. In other words, evaluating the polynomial at consists of computing See also Polynomial ring ยงย Polynomial evaluation

For evaluating the univariate polynomial the most naive method would use multiplications to compute , use multiplications to compute and so on for a total of multiplications and additions.Using better methods, such as Horner's rule, this can be reduced to multiplications and additions. If some preprocessing is allowed, even more savings are possible.

โ†“ Explore More Topics
In this Dossier