I stumbled upon this expression:$$p_nq_mx^{m+n}+(p_{n-1}q_m+p_nq_{m-1})x^{m+n-1}+(p_{n-2}q_m+p_{n-1}q_{m-1}+p_nq_{m-2})x^{m+n-2}+\ldots+p_0q_0\tag1$$ And I'm wondering if there is an easier way to represent $(1)$ using the sum notation Sigma: $\sum$.
Asked
Active
Viewed 75 times
1
-
Are you sure the last term $p_0q_0$ is correct? It doesn't seem to match up with the rest. – Alex R. Jan 20 '17 at 23:08
-
@AlexR. Yes, I'm $100%$ sure... – Crescendo Jan 20 '17 at 23:08
-
sure it does, $x^{0+0}=1$ – Dan Rust Jan 20 '17 at 23:08
-
That would be the $x^m$ term which is somewhere in the middle. – Dan Rust Jan 20 '17 at 23:11