+0  
 
0
756
2
avatar

explan me the rule of horner please

 Jun 9, 2014

Best Answer 

 #2
avatar+33661 
+5

Horner

Correction:  There are 6, not 8, multiplications for the raw polynomial.

a3*x*x*x = 3 multiplications (4 terms) and a2*x*x = 2 multiplications (3 terms) 

 Jun 9, 2014
 #1
avatar+118723 
0

I found this you tube clip but it looks pretty boring.  Sorry.

https://www.youtube.com/watch?v=f4V_nBYZK1o

 Jun 9, 2014
 #2
avatar+33661 
+5
Best Answer

Horner

Correction:  There are 6, not 8, multiplications for the raw polynomial.

a3*x*x*x = 3 multiplications (4 terms) and a2*x*x = 2 multiplications (3 terms) 

Alan Jun 9, 2014

1 Online Users