User Manual - Page 314

For 83PL/TBL/1L1/A.

Loading ...
Loading ...
Loading ...
TI-83 Plus Lists 311
LIST MATH Menu
LIST MATH Menu
To display the
LIST MATH
menu, press
y
9
|
.
NAMES OPS MATH
1:min(
Returns minimum element of a list.
2:max(
Returns maximum element of a list.
3:mean(
Returns mean of a list.
4:median(
Returns median of a list.
5:sum(
Returns sum of elements in a list.
6:prod(
Returns product of elements in list.
7:stdDev(
Returns standard deviation of a list.
8:variance(
Returns the variance of a list.
min(, max(
min(
(minimum) and
max(
(maximum) return the smallest or largest
element of
listA
. If two lists are compared, it returns a list of the smaller or
larger of each pair of elements in
listA
and
listB
. For a complex list, the
element with smallest or largest magnitude (modulus) is returned.
Loading ...
Loading ...
Loading ...