Question: nested double looping

Hi i want to perform double looping for different values of i and j as follows.. when i remove the summation sign it works, but no output obtained otherwise.

 

for j from 0 to 4, for i from 1 to 4 do u[i,1]:=-h*(∑)int(K2ij*gj(t),t=0..x)od;

 

Each K2ij and gj(t) have their own values defined above in the worksheet.

Please Wait...