Lists 11–17
826886~1.DOC TI-83 international English Bob Fedorisko Revised: 10/26/05 1:33 PM Printed: 10/27/05 2:50
PM Page 17 of 18
To display the LIST MATH menu, press y [LIST] |.
NAMES
OPS
MAT
H
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( (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.
min(listA[,listB])
max(
listA[,listB])
Note: min( and max( are the same as min( and max( on the MATH
NUM
menu.
mean( returns the mean value of list. median( returns the
median value of list. The default value for freqlist is 1. Each
freqlist element counts the number of consecutive occurrences
of the corresponding element in list. Complex lists are not valid.
mean(list[,freqlist])
median(
list[,freqlist])
LIST MATH Menu
LIST MATH Menu
min(, max(
mean(, median(