Author: Rob
Quadratic Equation Solver
Give it A, B, and C and it spews out all sorts of nifty info regarding the equation. This app was originally done on a TI-81 and perfected over time. If its a valid equation producing two real numbers, then it will let you know if its a parabola and if it opens up or down as well as the exact points it crosses the X axis and the vertex point.
Pathag – Pythagorean Equation Solver
Although the files are misspelled, this is one of my favorite programs and was originally created on the TI-81 (this version uses the nav menu feature so its no longer TI-81 friendly). The help button shows you the equation in its standard triangular form as well as the graph/cicle form. Select which variable you wish to solve for and the program will prompt for the other two and then solve for the third (or the one you selected).
NegBin
Negative binary representation. Takes a number and assumes its negative and then converts it to binary using 2's compliment and such. The 6 and 8…. are place markers to show the 8th bit and 16th bit. Handy for Discrete Math.
Morph
This program always entertained me (doesn't take much, I know). It asks a range which defines how much of the calculator screen it uses as the display. This was done because setting it to 10 (or full screen) can take some time to produce cool patterns (don't worry though – it will). Change the range to suit your mood. Black lights not included. The patterns are created by randomly toggling pixels on and off. Press Enter at any time to quit (it will leave you in graph mode). Oh, with out the range parameter, this program is not too difficult to memorize. Once memorized, find your favorite TI store and plop it on there (I've only done this once or twice). You will impress your friends and family as well as kill the poor batteries. You didn't hear this from me though… This program requires Clear Axis to be installed.
Mobile 2
Here's what the test mule (named Mobile) turned into. I must say this game is sucks and is not complete (nor do I intend to complete it). The idea is you have to find the portal within so many moves (I think). Use the 4 arrow buttons and 2nd to exit.
Mobile
The train of thought says this was a test mule for a possible game idea I had. It allows you to move the 'O' around using the 4 arrow keys. Press 2nd to exit.
KM – Knots to miles per hour
Converts knots to miles per hour and then figures out the mach speed (doesn't take into account altitude). Handy for quick referencing speed in your favorite flight sim.
Keyboard Key Press Value Finder
Not really sure how the word keyboard got in the name, but you press a key and it reports the key value. It doesn't handle 2nd and then whatever key press. The program constantly scans for keypresses. Pressing the up arrow key will exit the program.
Interest Calculator
I think I needed this app for my intro to economy class. Plop in the interest, time, and amount of cash and it returns what it would be worth after the specified time as well as what you would need to reach the specified cash amount.
Imaginary Number Calculator (i^x)
Calculate i^x where x is a number you supply. It will display the decimal value as well as convert it to a pretty looking fraction. Also included are some notes regaring i^.
Hours
This program lets you play with the number of hours you work each day (handy for the part time folks and for the full time folks, just put 8 for each day in the week). It will total up the hours for the week and calculate your pay (before taxes). This program lets you modify the individual days of the week (including Sat and Sun).
HexDec
Converts hex decimal numbers to decimal notation.
Graph
This program assumes you have two points and will draw lines to those two points for you. So you might have something like "graph the line at points (3,2),(4,6)". The catch is this program is in a loop to allow for multiple lines to be drawn. Just hit 2nd and quit (or exit) to exit the program and then hit GRAPH to view the lines you made. This is also handy if you need to draw a line across an equaltion already in the grapher.
Foil
The TI-85s built in solver can solve these types of problems. This program just makes the data entry a little easier.
Error
Ever get stuck trying to determine the absolute, relative, and percent error? This program is for you.
DecBin
Convert a decimal number to binary and hex. I'm pretty sure I needed this for Discrete Math and I know I haven't used it since.
Cosecant
One of several Trig apps. This one displays how to find the cosecant as well as lets you plug the numbers in for the calculator to solve.
Crash
One of my first game programming books was for the Apple ][e. One of the cool BASIC programs in the book was this skiing game. For some reason, it was cool to punch into the computer and entertaining to play. I ported it over to the TI and added obstacles (see 2nd last menu option – by default they are off but you can easily turn them on). Just use the left/right arrow keys to direct your skier. It keeps track of your score and the highest score.
Clear Axis
I'm pretty sure there's more productive ways to get rid of the axis and tick marks from within a program. One of my apps needed the axis removed and this program was the brute force result.