EulerRocks
unread,Jun 18, 2011, 9:34:36 PM6/18/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tins...@googlegroups.com
Hello all. I am very excited to be a part of this user group as we are using the Nspires in our district heavily next year. I had a quick question about partial sums in the spreadsheet page on the Nspire.
On another page, I have allowed the user to define the number of terms "n" in a sequence stored as a variable. Then on a spreadsheet page, I have a sequence an generated recursively using the "SeqGen" command consisting of exactly "n" terms as previously defined. In the next column I would like to find the partial sums of these terms, namely S1 = a1, S2 = a1 + a2, ... , Sn = a1 + a2 + ... + an.
I could definitely do this iteratively by adding the new term to the previous partial sum, but then when the number of terms, n, changes, this will not work. My question is how to does one construct a sequence of partial sums from a sequence whose number of terms may change as a variable?
Any help would be much appreciated.
Chris