I have a question about variable substitution in summation and I don't know the answer. Didn't find the answer by searching, thought of asking it here.
Assume a polynomial matrix $P(\alpha)$ is written as:
$P(\alpha) = \sum_{k=0}^{g} P_k (\sum_{j=0}^{k} c(j,k) \alpha^j)$
where $c(j,k)$ and $P_k$ are coefficients depending on both indices $j,k$ while $\alpha$ is the monomial. Now in order to simplify the equation and write it explicitly with $\alpha$ being the monomial, I need to write it in the form of:
$P(\alpha) = \sum_{j} \alpha^j (\sum_{k} c(j,k) P_k) $.
So, now my question is:
how can I do this? and what are the lower and upper value of the new $k,j$?
Thanks
Cheers, Keivan