LRAM RRAM MRAM on the TI-84 - Benjamin N. Cardozo High School

Download Report

Transcript LRAM RRAM MRAM on the TI-84 - Benjamin N. Cardozo High School

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]
w
ba
n
This is the width of the
rectangles
w sum(seq(y1(x),x,a,b-w,w))
RRAMn on [a,b]
w
ba
n
This is the width of the
rectangles
w sum(seq(y1(x),x,a+w,b,w))
MRAMn on [a,b]
w
ba
n
This is the width of the
rectangles
w sum(seq(y1(x),x,a+w/2,b-w/2,w))