Question
Calculating multiple answers in one integral-calculation.
Hi - I'm having trouble here.
I have a function, in which i can calculate the area beneath it. Now i'm asked to 'step-by-step' calculate the area, for 0 to 1, 1 to 2, 2 to 3 (45 times) with this formula:

x and y being the 0 to 1, 1 to 2, 2 to 3 and so on.
But instead of repeating this step 45 times, i would like it to just print 45 answers. I tried something like this without success:

This is just for the first 3 of 45.

