Section 1.1---Getting Started
Section 1.1---Getting Started

Back

Programming on the Ti calculators is very similar to programming on the computer. Many of the concepts and some of the commands will carry over into programming languages you will learn for the computer. First, to follow this programming class, you must have a Ti-83, Ti-83plus, or Ti-83 plus silver edition. There are slight differences when programming for the other TI calculators, and the menus are different than the ones explained here.

Why
Program?
Programming can be helpful in many ways. Once you learn to program, you will be able to write a program that will solve all of your frequently used math equations. You will be able to write a program as a game for other people. And once you learn the basics of this programming language, the concepts carry over into any other programming language you may encounter. If you're planning to get into comptuers or mathematics, or even the science department, learning to program is possibly one of the best things you can do.

To get started, turn on your calculator and press the program button, or [PRGM]. Press the right arrow twice until you get to the NEW menu.
Press enter to create a new program. Type in the name, and press enter.
Note:
Program names may only be 8 characters long, and can only contain uppercase letters and numbers. Program names cannot start with a number.

This is a new program. You are now ready to program.

Section 1.2---The "Disp" command