Content deleted Content added
m Ammrat13 moved page Draft:Knuth-Eve algorithm to Draft:Knuth–Eve algorithm: Misspelled |
m Use dashes instead of hyphens |
||
Line 6:
<!-- Important, do not remove anything above this line before article has been created. -->
The '''
The key ideas used in this algorithm were originally proposed by [[Donald Knuth]]. His procedure opportunistically exploits structure in the polynomial being evaluated.<ref name="knuth1962"/> Eve determined for which polynomials this structure exists, and they gave a simple method of [[#"Preconditioning"|"preconditioning"]] polynomials to endow them with that structure.<ref name="eve1964"/>
Line 111:
== Analysis ==
In total, evaluation using the
No algorithm to evaluate a given polynomial of degree <math>n</math> can use fewer than <math>n</math> additions or fewer than <math>\lceil n/2 \rceil</math> multiplications during evaluation. This result assumes only addition and multiplication are allowed during both preprocessing and evaluation.<ref name="erickson2003"/>
The
== Notes ==
|