Partials v1.0 ======================================================================= by Malaclypse jincah@hotmail.com 6/2/00 ======================================================================= Partials solves for the partial sum of the funcion t(k), where k is all intergers from an index to an interger n. This program is a huge time- saver, and is useful in calculus classes. ======================================================================= To use, enter the funcion EXACTLY as it appears in the problem (i.e. if the function was t(k)=3*4^(k-1), you would enter "3*4^(k-1)" without the quotes), enter the index (the initial value of k), and then enter n (the final value of k). The program computes the values of t(k) for each interger value from the index to n, and adds the values together. It displays the sum, and it also displays each value added.