User Manual
3-6
Example To transfer the contents of List 1 (2, 3, 6, 5, 4) to column 1, and the
contents of List 2 (11, 12, 13, 14, 15) to column 2 of Matrix Answer
Memory
AK1(LIST) 2(L → M)
1(List) b,1(List) c)w
u To count the number of data items in a list [OPTN] - [LIST] - [Dim]
K1(LIST) 3(Dim) 1(List) <list number 1 - 26> w
• The number of cells a list contains is its “dimension.”
Example To count the number of values in List 1 (36, 16, 58, 46, 56)
AK1(LIST) 3(Dim)
1(List) bw
u To create a list by specifying the number of data items [OPTN] - [LIST] - [Dim]
Use the following procedure to specify the number of data in the assignment statement and
create a list.
<number of data
n > aK1(LIST) 3(Dim) 1(List) <list number 1 - 26> w ( n = 1 - 999)
Example To create five data items (each of which contains 0) in List 1
AfaK1(LIST) 3(Dim)
1(List) bw
You can view the newly created list by entering the STAT
mode.
u To replace all data items with the same value [OPTN] - [LIST] - [Fill]
K1(LIST) 4(Fill) <value> ,1(List) <list number 1 - 26> )w
Example To replace all data items in List 1 with the number 3
AK1(LIST) 4(Fill)
d,1(List) b)w
The following shows the new contents of List 1.