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 Gauss & Gauss Jordan Elimination (rref & ref) Application: Notice that this program is not listed for the TI-83 Plus. It will work for the TI-83 series, but since rref and ref are built in on the TI-83, there is not much need for it. I would mention that this offers a couple things that are not in the TI-83 Plus. For example, Upper Triangle display, and better treatment of non-orthodox matrices Memory usage: This program uses 972 bytes of memory. I estimate that an inexperienced programmer can enter it in about 35 to 40 minutes. Running the Program: First store your matrix in position [A]. After starting the program, the matrix is displaye, for checking if desired, and the program is paused. A menu is then presented that allows selection of either rref, ref, or upper triangle. As usual with matrices, I recommend that when you enter a new matrix, you enter each element, rather than just replacing those that are different. The answer is displayed in fractions. Engineering and science students and others who prefer decimals, just look at matrix [B]. The fractional answer is not stored in a matrix; only displayed on the home screen. Comments: This program operates similar to the ref and rref functions on the TI-83 Plus with some additions. There should not be any divide-by-zero errors. If you have any problems, please send an e-mail to me, the Webmaster. I would also appreciate any suggestions you might have for improving the coding. STCC students, please e-mail me at: fkizer@southwest.tn.edu Revisions: Version V1.1, date 12/13/04. Version V1.2, 10/7/04. There are some fairly significant changes from V1.1 to V1.2. The working matrix has been changed from [A] to [B], and several lines have been added at the end to correct for the annoying characteristic the TI-82 has of displaying a number such as 1.2E-14 for 0. Version 2.0, date 2/23/05 has the changes mentioned above. There are no keystrokes listed for this program. After 4/28/05, keystrokes will no longer be included in programs. Program: TI82GsJr Lbl 5 New 4/18/05 |