3-8
k Accessing the List Data Manipulation Function Menu
  All of the following examples are performed after entering the  Run-Matrix  mode.
  Press  K and then  1(LIST) to display the list data manipulation menu, which contains the 
following items.
  •  { List } / { Lst → Mat } / { Dim } / { Fill( } / { Seq } / { Min } / { Max } / { Mean } / { Med } / { Augment } / { Sum } / { Prod } /
 { Cuml } / { % } / {  ΔList} 
  Note that all closing parentheses at the end of the following operations can be omitted.
u To transfer list contents to  Matrix Answer Memory   [OPTN]  -  [LIST]  -  [Lst  →  Mat]    
   
K1(LIST) 2(Lst → Mat) 1(List) <list number 1 - 26>  ,1(List) <list number 1 - 26> ... 
 ,1(List) <list number 1 - 26>  )w
  
  • You can skip input  1(List) in the part of the above operation.
  • All the lists must contain the same number of data items. If they don’t, an error occurs.
    Example: List  →  Mat (1, 2) w
  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(Lst → Mat)
      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