Download Print this page

Texas Instruments TI-82 Manual page 29

Hide thumbs Also See for TI-82:

Advertisement

Press PRGM to access the programming menu. The TI-82 has space for many programs, each called by a name you
give it. Create a new program now, so press PRGM ◄ 1.
For convenience, the cursor is a blinking
Enter a descriptive title of up to eight characters, letters or numerals (but the first character must be a letter). Name
this program QUADRAT and press ENTER to go to the program editor.
In the program, each line begins with a colon : supplied automatically by the calculator. Any command you could
enter directly in the TI-82's home screen can be entered as a line in a program. There are also special programming
commands.
Input the program QUADRAT by pressing the keystrokes given in the listing below. You may interrupt program
input at any stage by pressing 2nd QUIT. To return later for more editing, press PRGM ►, move the cursor down
to this program's name, and press ENTER.
Program Line
: Disp "Enter A"
displays the words Enter A on the TI-82 screen
: Input A
waits for you to input a value that will be assigned to the variable A
: Disp "Enter B"
: Input B
: Disp "Enter C"
: Input C
2
: B
- 4AC → D
calculates the discriminant and stores its value as D
: If D>0
tests to see if the discriminant is positive
: Then
in case the discriminant is positive, continues on to the next line;
if the discriminant is not positive, jumps to the command after Else below
: Disp "TWO REAL ROOTS"
29
G
T
RAPHING
ECHNOLOGY
, indicating that the calculator is set to receive alphabetic characters.
A
Keystrokes
PRGM ► 3 2nd A-LOCK " E N T E R A " ENTER
PRGM ► 3 2nd A-LOCK " E N T E R B " ENTER
PRGM ► 1 ALPHA B ENTER
PRGM ► 3 2nd A-LOCK " E N T E R C " ENTER
PRGM ► 1 ALPHA C ENTER
ALPHA B x
ENTER
PRGM 1 ALPHA D 2nd TEST 3 0 ENTER
PRGM 2 ENTER
PRGM ► 3 2nd A-LOCK " T W O R E A L R O O T S "
ENTER
Copyright © Houghton Mifflin Company. All rights reserved.
G
: TI-82
UIDE
PRGM ► 1 ALPHA A ENTER
2
– 4 ALPHA A ALPHA C STO➧ ALPHA D

Advertisement

loading