Texas Instruments TI-80 Calculator User Manual


 
A-10 Tables and Reference Information
MIN(
listA
,
listB
)
Returns a list of the
smaller of each pair of
elements in
listA
and
listB
.
(F)
2
=
MATH
á
MIN(
â
8
-
9
MIN(
list
,
value
)
or
MIN(
value
,
list
)
Returns a list of the
smaller of each
list
element compared to
value
.
(F)
2
=
MATH
á
MIN(
â
8
-
9
Multiplication:
valueA
×
valueB
Returns
valueA
times
valueB
.
(F)
p
2
-
4
Multiplication:
value
×
list
or
list
×
value
Returns a list containing
each
value
times each
list
element.
(F)
p
2
-
4
Multiplication:
listA
×
listB
Returns a list of
listA
elements times
listB
elements.
(F)
p
2
-
4
valueA
nCr
valueB
Returns the combinations
of
valueA
(integer
0)
taken
valueB
(integer
0)
at a time.
(F)
I
PRB
á
nCr
â
2
-
13
value
nCr
list
Returns a list of the
combinations of
value
(integer
0) taken each
element in
list
(integer
0) at a time.
(F)
I
PRB
á
nCr
â
2
-
13
list
nCr
value
Returns a list of the
combinations of each
element (integer
0) in
list
taken
value
(integer
0)
at a time.
(F)
I
PRB
á
nCr
â
2
-
13
listA
nCr
listB
Returns a list of the
combinations of each
element (integer
0) in
listA
taken each element
in
listB
(integer
0) at a
time.
(F)
I
PRB
á
nCr
â
2
-
13
NDERIV(
expression
,
variable
,
value
)
Returns the approximate
numerical derivative of
expression
with respect
to
variable
at
value
.
ε
is
1
í
L
3.
(F)
I
MATH
á
NDERIV(
â
2
-
9
NDERIV(
expression
,
variable
,
value
,
ε
)
Returns the approximate
numerical derivative of
expression
with respect
to
variable
at
value
, with
a specified
ε
.
(F)
I
MATH
á
NDERIV(
â
2
-
9