Operation Manual

Tables A-9
8299APPA.DOC TI-82, Appendix A, English Bob Fedorisko Revised: 02/09/01 9:35 AM Printed:
02/09/01 12:43 PM Page 9 of 28
If
condition
:
commandA
:
commands
If
condition
= 0 (false),
skips
commandA
.
(I)
CTL
á
If
â
13
.
7
If
condition
:Then:
commands
:End
Executes
commands
from
Then
to
End
if
condition
= 1 (true).
(I)
CTL
á
Then
â
13
.
8
If
condition
:Then:
commands
:Else:
commands
:End
Executes
commands
from
Then
to
Else
if
condition
= 1 (true); from
Else
to
End
if
condition
= 0
(false).
(I)
CTL
á
Else
â
13
.
8
IndpntAsk
Sets table without
independent values.
(I)
y
ã
TblSet
ä
á
IndpntAsk
â
7
.
5
IndpntAuto
Sets table to generate
independent values.
(I)
y
ã
TblSet
ä
á
IndpntAuto
â
7
.
5
Input
Displays graph.
(I)
I/O
á
Input
â
13
.
13
Input
variable
Prompts for value to store
to
variable
.
(I)
I/O
á
Input
â
13
.
13
Input
"
string
",
variable
Displays
string
and stores
entered value to
variable
.
(I)
I/O
á
Input
â
13
.
13
int
value
Returns largest integer
value
.
(F)
NUM
á
int
â
2
.
10
int
list
Returns largest integer
list
element.
(F)
NUM
á
int
â
2
.
10
int
matrix
Returns matrix of largest
integers
each element of
matrix
.
(F)
NUM
á
int
â
10
.
11
Inverse:
value
M
1
Returns 1 divided by
value
.
(F)
2
.
3
Inverse:
list
M
1
Returns 1 divided by
list
elements.
(F)
2
.
3
Inverse:
matrix
M
1
Returns
matrix
inverted.
(F)
10
.
11
iPart
value
Returns integer part of
value
.
(F)
NUM
á
iPart
â
2
.
9
iPart
list
Returns integer part of
list
element.
(F)
NUM
á
iPart
â
2
.
9
iPart
matrix
Returns matrix of integer
part of each element of
matrix
.
(F)
NUM
á
iPart
â
10
.
11
IS>(
variable
,
value
)
:
commandA
:
commands
Increments
variable
by 1,
skips
commandA
if
variable
>
value
.
(I)
CTL
á
IS>(
â
13
.
10