J U A N ' SWelcome to Juan's Home!
Welcome to Juan's Home!


Computers & Internet:
TI-83 (TI-STAT)
Archive
Lessons
Introduction
Lesson 1
Lesson 2
Lesson 3
Lesson 4
Lesson 5
Lesson 6
Information
Links
FAQ
News
C++
Perl
HTML
Java Script
Java

Downloads:
Games
Java Scripts
CGI Scripts
HTML Templates
Java Applets

Educative:
Math
Science
Literature
Social Science

Resources for your site:
Java Scripts
CGI Scripts
E-mail Services
Counters
Radio Stations
Banner Exchanges
News
Guestbooks
Graphics
Site Hosting

Other:
Home
Links
E-Mail
Guestbook
About Me
Disclaimer
Books
Site Map
My Radio Station

Home E-mail What's New? Frequently Asked Questions [FAQ] About Me
HOME / TI-83 / LESSONS / LESSON 2 J U A N ' S

TI-83 BASIC Programing Lesson 2

Introduction

In our previous lesson we learned how to store values into the calculator using Prompt and Input and how to print them on the screen using Disp and Output(. Now we are going to learn all about storing information in the TI-83 calculator and how to use these store information to improve our program. Feel free to go back and forth on these lessons if you feel you need to review anything discussed in the past. Let us first review what the TI-83 manual states about variables to learn important informatin becore proceeding. Afterwords I will explain everything you need to know about using them and storing to them.

Variables

This small explination could be found on the TI-83 manual page A-49. If you do not have a copy of the manual go to www.ti.com/calc/docs/83guide.htm. Before we continue you must conduct a small test. See if the letters come out as they are supposed to this should be theta è and this should be sigma ó, if they do not look like the apropriate letters (that is Greek) either reffer to your TI-83 manual to the apropriate page, Click here to see the Apendix A On-Line or click here to learn how to see Greek letters in your browser. If you are ready continue reading:

Variables


The TI-83 uses the variables listed below in various ways. Some variables are restricted to specific data types.

The variables A through Z and è are defined as read or complex numbers. You may store to them. The TI-83 can update X, Y, R, è and T during graphing, so you may want to avoid using these variables to store non-graphing data.

The variables (list names) L1 through L6 are restricted to lists; you cannot store another type of data to them.

The variables (matrix names) [A] through [J] are restricted to graph databases; you cannot store another type of data to them.

The variables Pic1 through Pic9 and Pic0 are restricted to pictures; you cannot store another type of data to them.

The variables GDB1 through GDB9 and GDB0 are restricted to graph databases; you cannot store another type of data to them.

The variables Str1 through Str9 and Str0 are restricted to strings; you can not store another type of data to them.

You can store any string of characters functions, variables to the functions Yn (1 through 9, and 0)



Copyright © 1999 Juan Cornejo. Page design by Juan Cornejo.
1