Difference between revisions of "User talk:PaoloMartini"

From HaskellWiki
Jump to navigation Jump to search
Line 22: Line 22:
   
 
:<math>p(x-1) = \sum_{i=0}^n a_i (x - 1)^i
 
:<math>p(x-1) = \sum_{i=0}^n a_i (x - 1)^i
= \sum_{i=0}^n (a_i \sum_{k=0}^n {n \choose k} x^k (-1)^k). </math>
+
= \sum_{i=0}^n \left[ a_i \left( \sum_{k=0}^n {n \choose k} x^k (-1)^k \right) \right] </math>
   
 
zZzZ...
 
zZzZ...

Revision as of 15:52, 14 September 2006

Show that if is a polynomial of degree , then is a polynomial of the same degree.

Definition of polynomial.

Binomial theorem.

Special case.

Binomial coefficient simmetry.

Hence:

zZzZ...