TI-85 Program: Calculating Summations
This program for the TI-85 calculates the summation
For example,to determine the sum
:InpSt "a(i)= ",AI :St>Eq(AI,A) :Input "m= ",M :Input "n= ",N :sum seq(evalF(A,i,J),J,M,N,1)->S :Disp "the sum is ", S :Stop
[In the code typed above, the symbols
"St>Eq(" and "evalF("
can be found on the CATALOG menu. The symbol
"->" is accessed
using the "STO>" key, which is the second key from the lefthand
bottom of the calculator. Many of the other command words can be
found on the I/O and CTL menus.]
Your questions, comments or suggestions are welcomed.
Please direct correspondence to:
URL: http://www.math.ou.edu/~amiller/ti85/summ.htm
This document was created on August 31, 1998.
Department of Mathematics
University of Oklahoma
e-mail: amiller@ou.edu