Download Print this page

Texas Instruments TI-92 Getting Started page 36

Hide thumbs Also See for TI-92:

Advertisement

3 6
: (–b +
(d) )/(2a) → m
calculates one root and stores it as m
: (–b –
(d))/(2a) → n
calculates the other root and stores it as n
: If d < 0 Then
tests to see if the discriminant is negative;
: Goto Label1
if the discriminant is negative, jumps to the line Label l below
: Endlf
if the discriminant is not negative, continues on to the next line
: If d = 0 Then
tests to see if the discriminant is zero;
: Goto Label2
if the discriminant is zero, jumps to the line Label 2 below
: Endlf
if the discriminant is not zero, continues on to the next line
: Disp "Two real roots", m, n
displays the message "Two real roots" and both roots
: Stop
stops program execution
: Lbl Label1
jumping point for the Goto command above
Copyright © Houghton Mifflin Company. All rights reserved.
Graphing Technology Guide: TI-92
( (-) B + 2nd
( (-) B – 2nd
I F
D 2nd < 0
GOTO
E N D
I F
D = 0
GOTO
E N D
D I S P
" , M , N ENTER
S T O P ENTER
L B L
D) ) ÷ ( 2 A) STO➧ M ENTER
D) ) ÷ ( 2 A) STO➧ N ENTER
T H E N ENTER
L A B E L 1 ENTER
I F ENTER
T H E N ENTER
L A B E L 2 ENTER
I F ENTER
2nd "
T W O
R E A L
L A B E L 1 ENTER
R O O T S 2nd

Advertisement

loading