pupeye11
- 99
- 0
Homework Statement
Let A(x) = \sum_{k>=0}a_{k}x^k and B(x) = \sum_{k>=0}b_{k}x^k show that:
A(X)B(X) = \sum_{k>=0}(\sum_{i=0}a_{i}b_{k-i})x^k
The second sum sign in the answer should be from i=0 to k.
The Attempt at a Solution
I factored out like terms and then multiplied them together and got
\sum_{k>=0}x^k(a_{k}b_{k}) then if i={0,1,2,...,k} we would get
\sum_{k>=0}x^k(\sum_{i=0}a_{i}b_{k-i})
I am guessing this is wrong?