(sorry i dont know how to do the summation symbol)
double summation, j=1 to 4 and k=2 to 8 (j*k)
is there a specific formula you are supposed to use?
Printable View
(sorry i dont know how to do the summation symbol)
double summation, j=1 to 4 and k=2 to 8 (j*k)
is there a specific formula you are supposed to use?
Typo alert.....
In the second summation, since j doesn't depend on k, you can get it out from the sum :
or