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).

pathag

Download TI-85
TI-85 ASCII

Continue reading “Pathag – Pythagorean Equation Solver”

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.

morph

Download TI-85
TI-85 ASCII

Continue reading “Morph”

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.

grph

Download TI-85
TI-85 ASCII

Continue reading “Graph”

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.

crash crash2

Download TI-85
TI-85 ASCII

Continue reading “Crash”