87
List Function
Chapter 6
u
u
u
u
u
To 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)
A
K
1
(LIST)
[
2
(Min)
[[
1
(List)
b)
w
u
u
u
u
u
To 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).
u
u
u
u
u
To 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 values. If they don’t, 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
A
K
1
(LIST)
[
2
(Min)
[[
1
(List)
b,
1
(List)
c)
w
u
u
u
u
u
To 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 values. If they don’t, an error (Dim
ERROR) occurs.
u
u
u
u
u
To calculate the mean of list values (Mean)
K
1
(LIST)
[
4
(Mean)
[
[
1
(List) <list number 1-6>
)
w
Содержание fx-7400G
Страница 46: ...Differential Calculations Chapter 3 ...
Страница 164: ...161 1 2 3 4 5 Program for Circle and Tangents No 4 Step Key Operation Display ...
Страница 165: ...162 Program for Circle and Tangents No 4 Step Key Operation Display 6 7 8 9 10 ...
Страница 166: ...163 11 12 13 14 15 Program for Circle and Tangents No 4 Step Key Operation Display ...
Страница 167: ...164 16 17 18 Program for Circle and Tangents No 4 Step Key Operation Display ...
Страница 170: ...167 1 2 3 4 5 Program for Rotating a Figure No 5 Step Key Operation Display ...