Systolic array: Difference between revisions

Content deleted Content added
m Reverted edits by 90.80.39.41 (talk) to last version by 81.102.133.198
m polynomial spelling correction
Line 16:
 
An application Example - PoynomialPolynomial Evaluation Horner's rule for evaluating a polynomial is:
 
y = ((((an*x + an-1)*x + an-2)*x + an-3)*x .... a1)*x + a0