120 likes | 257 Views
Using: seq. OPS (5:) seq (. LIST (2 nd STAT). Using: seq. OPS (5:) seq (. Using: seq. Change the increment. sum seq. Math (5:) sum(. LIST (2 nd STAT). sum seq. MATH (5:) SUM(. Estimating with Rectangles. Enter the function. Estimating with Rectangles. LRAM 4 on [2,5].
E N D
Using: seq • OPS • (5:) seq( LIST (2nd STAT)
Using: seq • OPS • (5:) seq(
Using: seq • Change the increment
sum seq • Math • (5:) sum( LIST (2nd STAT)
sum seq • MATH • (5:) SUM(
Estimating with Rectangles Enter the function
Estimating with Rectangles LRAM4 on [2,5]
Estimating with Rectangles RRAM4 on [2,5]
Estimating with Rectangles MRAM4 on [2,5]
LRAMn on [a,b] This is the width of the rectangles w sum(seq(y1(x),x,a,b-w,w))
RRAMn on [a,b] This is the width of the rectangles w sum(seq(y1(x),x,a+w,b,w))
MRAMn on [a,b] This is the width of the rectangles w sum(seq(y1(x),x,a+w/2,b-w/2,w))