so 1 more question
\sum_{k=0}^{4} \sum_{j=1}^{5} (3^{k} + jk)
how to calculate this without Matlab.
Should I transform it? (but have no idea how)
or just have to put [0;4] for k, and [1;5] for j, and add everything ?
Homework Statement
\sum_{k=1}^{3} \sum_{j=0}^{4}k^{j}
The attempt at a solution
so this above means:
(1+1^{1}+1^{2}+1^{3}+1^{4})*(1+2^{1}+2^{2}...)*(1+3...)*...
or
(1*1^{1}*1^{2}*1^{3}*1^{4})+(1*2^{1}*2^{2}...)+(1*3...)+...