<?xml version="1.0" encoding="UTF-8"?><rss version="2.0">
<channel>
<title>calculator</title>
<link>http://www.computersight.com/tags/calculator</link>
<description>New posts about calculator</description>
<item>
<title>TI 83 Plus Programming</title>
<link>http://www.computersight.com/Programming/TI-83-Plus-Programming.77088</link>
<description>
<![CDATA[<p>These programs that I will be teaching you will 100% work on 
<a target="_blank" href="http://education.ti.com/us/prodfinder_getinfo_ti83p">TI.83</a>
 Plus calculator. This first program is a math sequence called the Fibonacci Numbers. Very easy program to create and has very little RAM usage off of your calculator. This program uses the FOR loop and many variables.</p>
 
<p>Ok lets start by pressing the PRGM button and scrolling over till the NEW button is highlighted, then press 1 or ENTER. Call it what you want but in this example i will call mine "FIBONY".</p>
 
<p>Next press PRGM then scroll over till I/O is highlighted and press 8 over scroll down and press ENTER while ClrHome is highlighted. Then after that press enter and then type 1->X (The -> is the button STO-> under LN and above ON), press ENTER and type 1->Y.</p>
 
<p>Heres what it should look like:</p>
 
<p>|:ClrHome
 
|:1->X
 
|:1->Y</p>
 
<p>Then press ENTER and press PRGM adn scroll over to I/O and press 3 or scroll down to Disp. Now after Disp type (with "") "MAX COUNT". It should look like this "|:Disp"MAX COUNT"|". Hopefully you remember how to get to the I/O screen. Press ENTER and go to the I/O screen and press 1 or highlight Input and press ENTER. After Input put B. It should look like this "|:Input B|". Now press ENTER and put a ClrHome on this line (refer back to see how). Press ENTER and type X+Y->A, and press ENTER. Now put Disp on three lines, the first put X after Disp, second put Y after the Disp, and third Disp put an A after that.</p>
 
<p>Ok now lets recap: (should look exactly like that)</p>
 
<p>|:ClrHome	 |
 	 |:1->X	  |
 	 |:1->Y	  |
 	 |:Disp "MAX COUNT|
 	 |"	  |
 	 |:Input B        |
 	 |:ClrHome        |
 	 |:X+Y->A	 |
 	 |:Disp X	 |
 	 |:Disp Y	 |
 	 |:Disp A	 |</p>
 
<p>Now for the FOR loop pretty easy to use, harder to understand. On the next line press PRGM and press 4 or scroll down till For( is highlighted and press ENTER. After that type Z, 4, B, 1) after the For(, so it should look like this, "|:For(Z, 4, B, 1)  |". After that press ENTER and type A->X, then ENTER and type X+Y->A, next press ENTER and go to the I/O screen and press 3. After Disp type A (so like this "|:Disp A      |").Next press ENTER and type X->Y and last press ENTER and press PRGM and press 7 or scroll down until End is highlighted and press ENTER, and your done.</p>
 
<p>Here is the finished product: (EXACTLY)</p>
 
<p>|:ClrHome	 |
 
|:1->X	  |
 
|:1->Y	  |
 
|:Disp "MAX COUNT|
 
|"	  |
 
|:Input B        |
 
|:ClrHome        |
 
|:X+Y->A	 |
 
|:Disp X	 |
 
|:Disp Y	 |
 
|:Disp A	 |
 
|:For(Z,4,B,A)	 |
 
|:A->X	  |
 
|:X+Y->A	 |
 
|:Disp A	 |
 
|:X->Y	  |
 
|:End	  |</p>
<p>Now to test your program press 2nd , MODE. Then press PRGM and look for whatever you named it, for example mine was named FIBONY, and press ENTER twice. It comes up with "MAX COUNT", ?. Then type a number next to the ?, like 3-200 because I think after 200 it might cause an overflow. Have fun.</p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FProgramming%2FTI-83-Plus-Programming.77088"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FProgramming%2FTI-83-Plus-Programming.77088" border="0"/></a>]]></description>
<pubDate>Thu, 24 Jan 2008 12:35:34 PST</pubDate></item>
</channel>
</rss>
