Post Reply 
How to use The Sum template on the C button?
05-11-2019, 05:37 AM
Post: #2
RE: How to use The Sum template on the C button?
The sum template works pretty much as you would expect,
   
but with a few things to watch out for.

Don't use i as the index as the Prime treats lower case i as the constant sqrt(-1) rather than as a variable. It would be like using pi as your index. Since the Prime is case sensitive, you can use an upper case I instead.

In Home, you can't use an undefined variable in expressions. So when using the sum template, it's best to use an upper case letter unless you have previously defined the variable.

Also, since Home is a "numeric" environment, it cannot handle symbolic expression like Σ(2*k-1,k,1,n) or Σ(1/k^2,k,1,∞). That's what the CAS is for.

So the sum template works as expected, but within the broader contraints of the calculator.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to use The Sum template on the C button? - Wes Loewer - 05-11-2019 05:37 AM



User(s) browsing this thread: 1 Guest(s)