• LAVA Moderator: Shinji Ikari

Good tutorial for Ti-89 Titanium programming?

egor

Bluelighter
Joined
Sep 19, 2006
Messages
5,017
Location
former pangea
Does anyone know of a good tutorial for programming a Ti-89 titanium? Normally I can just use the apps that come on it standard, but I have a few specific applications that I would like to be able to write programs for due to large numbers of calculations and the possibility of simple human error. Any help would be greatly appreciated.
 
ti-basic is very simple but I've never seen a tutorial that introduced you to the programming concepts. If you don't know concepts like conditional statement, function, and linked list it might be smart to learn about these things from another source( wikipedia ) while doing a tutorial. With that said you won't need much to do simple mathematical calculations. That can be accomplished with a handful of commands.
 
Top