I have to calculate the following summation, and have no way of knowing if I am right and feel like I am doing this wrong.. If so can you help me do it properly?
$ \sum_{j=1}^{m} \sum_{k=1}^{m} jk $
$ \sum_{k=1}^{m} jk => j * \sum_{k=1}^{m} k => j(km)$
$ \sum_{j=1}^{m} j(km) => km \sum_{j=1}^{m} j => km(jm) = kjm^2 \square $