
November 13th, 2009, 03:14 PM
|
 |
The Muffinator
|
|
Join Date: Aug 2008
Location: South Eastern USA
|
|
Quote: | Originally Posted by huggyd Thanks for the offer. I ended up getting the TI-84 (silver edition) and seem to be doing ok with it. I am able to program it and use most of the functions, can't seem to delete any programs I make??? and I am currentlly trying to find out how to do number convertions (hex-to-dec, bin-to-hex). any insight to these problems by all means, help.  |
To delete anything, press [2nd],[+](Mem),[ENTER](1. All), and you'll be able to archive, unarchive, or delete anything. For the 83 and 84, you have to have a program in the RAM to use, but the RAM is small, so if you have too many programs, you have to put them into the archive, which means you still have them, but you no longer can use them. Applications, AppVars (Application Variables), and some programs don't have to be unarchived to be used (These may not be the only ones, but I don't have my calculator on me at the moment so I'm going by memory). Any-who, on the 83 and 84, you can only use base 10 numbers, but you can make a program to convert one to another. I made a base 10 to binary converter way back when I was in Intro to Java, and we had to know binary, base 10, and hex, but I got rid of it a long time ago. If you want, I can make one for you with binary to and from base 10, and base 10 to and from hexadecimal. Doesn't seem like it'd be too much of a hassle, but I will tell you something. Because in base 10, you only use number characters (i.e. no letters), when I do make a hexadecimal converter (assuming you want me to for you), it will have to output the number as a string, because otherwise, it may think of it as a bunch of numbers being multiplied together (3A78B0, would be interpreted as 3*A*78*B*0). The binary converter can be a normal number (variable), but the calculator will still view it as a number (10 will interpreted as ten, not two).
Again, just tell me if you want me to make it for you. I don't mind. I will have some free time later today and Sunday. It shouldn't take very long at all to make.
|