E-mail Webmaster
_______________ Navigation
Home ________________ TI Graphing Calculators TI Programs Brief User Guides Casio Graphing Calculator Casio Programs Casio Programming
Keystrokes Scientific Calculators =============== Casio Calculadoras
Breve Guía Español Calculadoras Científicos
|
TI-82 & TI-83 Synthetic Division To make this program as easy to load as possible and to take up as little memory as possible, I have required that the coefficients be input all in one step. For example, x3 + 3x2 +3x +1 would be input like this: {1, 3, 3, 1}. Be sure to use braces. The ZERO is, of course, the divisor solved for x. The remainder appears after REM and is, of course, written over the divisor (in this case x+1) in your answer. Example: (x3 + 3x2 +3x +1)/(x+1). The ZERO would be -1. Note that semicolons are used for separators in the keystrokes. Enter only commas in the coding. Note: I have not included every instance of ALPHA. There are only two instances where letters are not obtained with ALPHA: List names, and the "F" in the very last step of the "Keystrokes" column. DISCLAIMER: This program is free, and, therefore, I make no claims about it's efficacy, efficiency, or proper operation. If you find a problem with this program, or can suggest an improvement, please e-mail me at knosummath@aol.com . Use of this Program: You may use this program freely for your own personal use and for the use of other students, but use for publication or any means of profit requires my permission. Memory Usage: This version of the program uses 169 bytes of memory. I estimate it will take an inexperienced programmer about 10 minutes to enter by hand. Revisions: Version V1.0, Date: 8/1/03. Version: V1.1, Date: 10/2/04
Revised 10/2/04
|