for the love of god can someone tell me how to input "TI-83 Program for (left) Riemann Sums"???
I have the lines and everything but am completelyn calculator inept so I cant even figure out how to put it in.
The lines Im supposed to enter are as follows:
0 -> S
Disp "USES FUNCTION Y subset 1"
Prompt A, B, N
(B-A)/N -> D
A -> X
For(I, 1, N)
S+Y subset 1 * D -> S
X+D -> X
END
Disp "RIEMANN SUM IS", S
WHAT DOES THIS MEAN???
by the way when i say Y subset 1, i mean as in the first value of Y in a function, and -> is just an arrow pointing right
I have the lines and everything but am completelyn calculator inept so I cant even figure out how to put it in.
The lines Im supposed to enter are as follows:
0 -> S
Disp "USES FUNCTION Y subset 1"
Prompt A, B, N
(B-A)/N -> D
A -> X
For(I, 1, N)
S+Y subset 1 * D -> S
X+D -> X
END
Disp "RIEMANN SUM IS", S
WHAT DOES THIS MEAN???
by the way when i say Y subset 1, i mean as in the first value of Y in a function, and -> is just an arrow pointing right