Friday, November 12, 2010

TI Programs

One of the things where Carbonizer is different is that it has some practical, contemporary things.

Here are some programs from my math class, it only makes sense in context. 15-3.

I have tested and confirmed these! Good luck!

Notes: Must use Y1 as VARS (RIGHT) 1 1
Must use L1 as 2nd 1
Must use L2 as 2nd 2
Must use -> as the STO> button (above "On")
Must use "seq(", not "Seq"

LEFT END
:Input "N",N
:Input "A",A
:Input "B",B
:(B-A)/N->D
:seq(A+(I-1)D,I,1,N)->L1
:seq(Y1(L1(I)),I,1,N)->L2
:sum(L2)*D->S
:Disp S

For the RIGHT END
Fifth line must be
:seq(A+ID,I,1,N)->L1

For the MIDPOINT
Fifth line must be
:seq(A+I*D-.5*D,I,1,N)->L1

No comments:

Post a Comment