Operation Manual

A-6 Tables
8299APPA.DOC TI-82, Appendix A, English Bob Fedorisko Revised: 02/09/01 9:35 AM Printed:
02/09/01 12:43 PM Page 6 of 28
Exponent:
value
E
exponent
Returns
value
times 10 to
the
exponent
.
(F)
y
ã
EE
ä
1
.
7
Exponent:
list
E
exponent
Returns
list
elements time
10 to the
exponent
.
(F)
y
ã
EE
ä
1
.
7
Exponent:
matrix
E
exponent
Returns
matrix
elements
times 10 to the
exponent
.
(F)
y
ã
EE
ä
1
.
7
ExpReg
Fits data to exponential
model using lists from
SET UP CALCS
.
(I)
CALC
á
ExpReg
â
12
.
16
ExpReg
Xlist
,
Ylist
Fits
Xlist
and
Ylist
to
exponential model.
(I)
CALC
á
ExpReg
â
12
.
16
ExpReg
Xlist
,
Ylist
,
Flist
Fits
Xlist
and
Ylist
to
exponential model with
frequency
Flist
.
(I)
CALC
á
ExpReg
â
12
.
16
Factorial:
value
!
Returns factorial of
value
(0
integer
69).
(F)
PRB
á
!
â
2
.
12
Factorial:
list
!
Returns factorial of
list
elements.
(F)
PRB
á
!
â
2
.
12
Fill(
value
,
matrixname
)
Stores
value
to each
element in
matrixname
.
(I)
MATH
á
Fill(
â
10
.
13
Fill(
value
,
listname
)
Stores
value
to each
element in
listname
.
(I)
y
ã
LIST
ä
OPS
á
Fill(
â
11
.
8
Fix
#
Sets fixed display
MODE
for
#
decimal places.
(I)
z
á
#
â
1
.
10
Float
Sets floating display
MODE
.
(I)
z
á
Float
â
1
.
10
fMax(
expression
,
variable
,
lower
,
upper
)
Returns value of
variable
where maximum of
expression
occurs,
between
lower
and
upper
.
Tolerance is 1
E
L
5.
(F)
MATH
á
fMax(
â
2
.
6
fMax(
expression
,
variable
,
lower
,
upper
,
tolerance
)
Returns value of
variable
where maximum of
expression
occurs,
between
lower
and
upper
,
with specified
tolerance
.
(F)
MATH
á
fMax(
â
2
.
6