Sigma summation on TI Nspire CX (non-CAS)

2,034 views
Skip to first unread message

Joseph Martin

unread,
Mar 31, 2013, 1:42:21 AM3/31/13
to tins...@googlegroups.com

Hi, I was wondering how to use the sigma function with a formula in TI-Nspire. Example:  (There is a little i [in terms of the variable, not the square root of -1] next to the 2 little n's in the numerator of both fractions, and i is an index that runs the sum a definite number of times, depending on its value.)

How would you enter this into the calculator? Any help is welcome, because I read a book and I still couldn't figure it out.

Thanks,

Joseph


Dennis Donovan

unread,
Apr 1, 2013, 2:05:34 PM4/1/13
to tins...@googlegroups.com
Joseph,

You want to think of it as a sum of a sequence.  If you know how to create the sequence, then you "wrap" a sum command around the sequence command.

For example: to get the sum of the first n integers -> sum(seq(k,k,1,n)) where you have to give n a definite value.

(I apologize for the screen shots, I just noticed that you put Non-CAS - but that only means that you would have to replace the n with an actual value.)

For your sum: on a CAS you could not use lower and upper case n's since the Nspire see's these both as the same variable (so I used k for small n, and n for capital N).

So assuming that you know the value of N in your summation, you would replace the n with that value.

The first screen shot shows the sum assuming that the n's are the first so many integers, the second screen shot shows the n's as a set of numbers as indexed into a list "num".

The third screen shot shows the use of the sigma template.

If this is not what you're looking for, then provide some context as to how you want to use this.  Because you're setting the sum equal to H' does that mean you're trying to define a function for example H'(x) = sum as i goes from 1 to x of your sequence?

Hope this helps.

Dennis Donovan



From: Joseph Martin <j.jm...@gmail.com>
To: tins...@googlegroups.com
Sent: Sunday, March 31, 2013 1:42 AM
Subject: [tinspire] Sigma summation on TI Nspire CX (non-CAS)

--
--
To post to this group, send email to tins...@googlegroups.com
To unsubscribe send email to tinspire+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com.au/group/tinspire?hl=en-GB?hl=en-GB
The tns documents shared by group members are archived at
https://sites.google.com/site/tinspiregroup/classroom-news/welcome-abouttime
 
---
You received this message because you are subscribed to the Google Groups "tinspire" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tinspire+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


sum_seq_01.jpg
sum_seq_02.jpg
sum_seq_03.jpg

Joseph Martin

unread,
Apr 2, 2013, 3:12:28 AM4/2/13
to tins...@googlegroups.com, Dennis Donovan
Dennis,

Thank you so much; this is exactly what I was asking for. I still haven't completely figured out how to use the sum() and seq() functions yet, but now I understand how to use the array and the sigma template in Nspire.
Reply all
Reply to author
Forward
0 new messages