Name: Log Solver
Author: Lord Unigamer (lord-unigamer@usa.net)
Version: 1.0
Platform: TI-83
Language: TI-BASIC
Genre: Math (Late Algebra I/Algebra II and beyond)
Other: SOS Compatable

This program was designed after I saw the prog for the 86 that could solve for a LOG of any base. There, as far as I knew, was no prog for the 83 to do the same thing. So I made a prog. This prog will get the solution to any base LOG. I won't take too much credit for inginuity, since it is just a simple operation at the heart of this prog. It is mostly interface and options.

If you want a real good prog to do this type of operation, you should get ZLog by Juan Corral (I think that's what it's gonna be called) when it comes out. It will be much better than this big and crappy BASIC prog, since ZLog (obviously) will be in assembly.

TO USE:
Just send LOGXBASE to your calculator. You can use either SOS or just the plain old TI-OS to run it. Just follow the onscreen directions.

The format for entering X base logs is (also displayed on the screen):

LOG Y
   X

Where X is the base of the log, and Y is the argument (the number on the end of the log).

****************************
Oh ya, in case you forgot, the format of transforming logs is:

LOG Y=Z
   X

translates to

 Z
X =Y

and vice versa.

This is not important to run the program, but I wanted to say it as a refresher. It will make the program much more useful if you use your brain with that step also. Remember, the Human Brain is more powerful and much more complicated than any computer, especially a crappy Z80!
