kAccessing the List Data Manipulation Function Menu

All of the following examples are performed after entering the Run-Matrixmode.

Press K and then 1(LIST) to display the list data manipulation menu, which contains the following items.

{List}/{LstMat}/{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.

uTo transfer list contents to Matrix Answer Memory[OPTN]-[LIST]-[LstMat]

K1(LIST)2(LstMat)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(LstMat)

 

1(List)b,1(List)c)w

uTo 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

3-8