Quote (mcfighter @ 8 Jul 2013 08:00)
yes correct, sorry wasnt sure how to write it
wasn't written that bad, just some space between the sigmas or even better some parantheses would have made it clearer
not really sure what your teacher understands as simplification but it might be:
sum[i=0,2] {sum[j=1,3] (i + 3j)} = sum[i=0,2] {sum[j=1,3] (i } + sum[i=0,2] {sum[j=1,3] (3j)} = sum[j=1,3] {sum[i=0,2] (i)} + sum[i=0,2] 3 {sum[j=1,3](j)} --- [the 3 can be extracted if wanted]
and going further because there is no j factor in the first sum and 1,2,3 add up to 3 as well there is no i factor in the second sum and 0,1,2 add up to 3 as well, next simplification would be
3 . {sum[i=0,2](i)} + 3 . 3 {sum[j=1,3](j)} --- does that make sense to you in this context and what your teacher wants?