Introduction to CE TI-Basic Programming on your TI-82 Advanced Edition Python
You can use TI-Basic to create a program on your graphing calculator. You can create a program that will calculate a desired output or control an experience, such as a game.
What Is a Program?
A program is a set of one or more command lines, each containing one or more instructions. When you execute a program, the TI-82 Advanced Edition Python performs each instruction on each command line in the same order in which you entered them. The number and size of programs that the calculator can store is limited only by available memory.
To create a program, simply enter command lines using the Program Editor. The program will run from the Home Screen. Use this guide to learn how to create, edit, and delete programs.
Tip: Use Catalog Help by pressing [ + ] on most commands to help you fill in the correct arguments for the commands before you paste them into the Program Editor.
As you progress in programming, a TI-Basic Program Editor is also available in TI Connect™ CE software. You can use the Program Editor workspace in TI Connect™ CE to create programs, to send programs to a connected calculator via USB, to test your programs, and to save programs to your computer. The Program Editor workspace in TI Connect™ CE allows copy, cut, paste, and undo commands. Please use the TI-83 Premium CE catalog in the Program Editor in TI Connect CE v5.6.3 or higher.
Please select only the TI-82 Advanced Python Edition commands and functions as described in the TI-82 Advanced Edition Python calculator catalog or Reference Guide. Running unsupported commands and functions will result in an Invalid error on the TI-82 Advanced Edition Python.
Note: The TI-Basic program editor on the calculator contains editing features in the [alpha] [f5] menu such as undo, copy, cut and paste.