Operation Manual
Chapter 11: Lists 181
min(
listA[,listB])
max(
listA[,listB])
Note: min( and max( are the same as min( and max( on the MATH NUM menu.
mean(, median(
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])
sum(, prod(
sum( (summation) returns the sum of the elements in list. start and end are optional; they specify a
range of elements. list elements can be real or complex numbers.
prod( returns the product of all elements of list. start and end elements are optional; they specify a
range of list elements.
list elements can be real or complex numbers.
sum(list[,start,end])prod(list[,start,end])