Home >                  	Term: Horner's rule  
Horner's rule
A polynomial A(x) = a0 + a1x + a2x² + a3x³ + ... may be written as A(x) = a0 + x(a1 + x(a2 + x(a3 + ...))).
A polynomial may be evaluated at a point x', that is A(x') computed, in Θ(n) time using Horner's rule. That is, repeated multiplications and additions, rather than the naive methods of raising x to powers, multiplying by the coefficient, and accumulating.
- Μέρος του λόγου: noun
 - Κλάδος/Τομέας: Υπολογιστές
 - Category: Αλγόριθμοι & δομές
 - Government Agency: NIST
 
 			0   			 		
 Δημιουργός
- GeorgeV
 - 100% positive feedback