Re: 83 vs. 85


[Prev][Next][Index][Thread]

Re: 83 vs. 85



Did you ever try using this?


sum seq(formula,variable,start,end,increment)


For example, if you were doing x^2 from 0 to 6 you would do


sum seq(x^2,x,0,6,1)


What it does is figure out all the terms of the sequence and then adds them up.
 To view an individual term, you can do this:


seq(formula,variable,start,end,increment)->L1


And then edit L1.  Just look for the correct value.


I also have a program on my WWW page that will automatically do this for you.
The address is http://ti-82.home.ml.org/ti-82.html


Good luck,
Casey




<pre>
--
   ______                         __    _
  / ____/___ _________  __  __   / /   (_)_________
 / /   / __ `/ ___/ _ \/ / / /  / /   / / ___/ ___/
/ /___/ /_/ (__  )  __/ /_/ /  / /___/ (__  |__  )
\____/\__,_/____/\___/\__, /  /_____/_/____/____/
                     /____/
Casey Liss, aka Gryffin
gryffin@hotmail.com or liss@nai.net
http://caseyville.home.ml.org


---------------------------------------------------------
Get Your *Web-Based* Free Email at http://www.hotmail.com
---------------------------------------------------------
</pre>


References: