User`s guide

89
List Function Chapter 6
uu
uu
uTo find the minimum value in a list (Min)
K 1 (LIST) [ 2 (Min) [ [ 1 (List) <list number 1-6> ) w
Example To find the minimum value in List 1 (36, 16, 58, 46, 56)
AK1(LIST)[2(Min)
[[1(List)b)w
uu
uu
uTo find the maximum value in a list (Max)
Use the same procedure as when finding the minimum value, except press 3 (Max)
in place of 2 (Min).
uu
uu
uTo find which of two lists contains the smallest value (Min)
K 1 (LIST) [ 2 (Min) [[ 1 (List) <list number 1-6> ,
1 (List) <list number 1-6> ) w
The two lists must contain the same number of data items. Otherwise, an error
(Dim ERROR) occurs.
The result of this operation is also stored in Ans Memory.
Example To find whether List 1 (75, 16, 98, 46, 56) or List 2 (36, 89, 58, 72,
67) contains the smallest value
AK1(LIST)[2(Min)
[[1(List)b,
1(List)c)
w
uu
uu
uTo find which of two lists contains the greatest value (Max)
Use the same procedure as that for the smallest value, except press 3 (Max) in
place of 2 (Min).
The two lists must contain the same number of data items. Otherwise, an error
(Dim ERROR) occurs.
uu
uu
uTo calculate the mean of list values (Mean)
K 1 (LIST) [ 4 (Mean) [ [ 1 (List) <list number 1-6> ) w