User manual - Chapter 3 List Function

19990401
u To calculate the percentage represented by each data item
[OPTN]-[LIST]-[%]
K1(LIST)l(%)1(LIST)b(List)<list number 1-20>w
The above operation calculates what percentage of the list total is represented
by each data item.
The result of this operation is stored in ListAns Memor y.
Example To calculate the percentage represented by each data item in List 1
(2, 3, 6, 5, 4)
AK1(LIST)l(%)
1(LIST)b(List)bw
u To calculate the differences between neighboring data inside a list
[OPTN]-[LIST]-[
AA
AA
AList]
K1(LIST)I(AList)<list number 1-20>w
The result of this operation is stored in ListAns memor y.
Example To calculate the difference between the data items in List 1
(1, 3, 8, 5, 4)
AK1(LIST)I(AList)
bw
3-2-7
Manipulating List Data
# You can specify the location of the new list (List 1
through List 20) with a statement like: A List 1
List 2. You cannot specify another memory or
ListAns as the destination of the A List operation.
An error also occurs if you specify a A List as the
destination of the results of another A List
operation.
# The number of cells in the new A List is one
less than the number of cells in the original list.
#An error occurs if you execute A List for a list
that has no data or only one data item.
2/(2+3+6+5+4)
×
100 =
3/(2+3+6+5+4)
×
100 =
6/(2+3+6+5+4)
×
100 =
5/(2+3+6+5+4)
×
100 =
4/(2+3+6+5+4)
×
100 =
3 – 1 =
8 – 3 =
5 – 8 =
4 – 5 =