3-2-1

Manipulating List Data

3-2 Manipulating List Data

List data can be used in arithmetic and function calculations. In addition, various list data manipulation functions make manipulation of list data quick and easy.

You can use list data manipulation functions in the RUN MAT, STAT, TABLE, EQUA and PRGM modes.

k Accessing the List Data Manipulation Function MenuAll of the following examples are performed after entering the RUN MAT mode.

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

{List}/{LM}/{Dim}/{Fill}/{Seq}/{Min}/{Max}/{Mean}/{Med}/{Aug}/{Sum}/{Prod}/{Cuml}/ {%}/{A}

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]-[LM]

K1(LIST)2(LM)1(List) <list number 1-26>,1(List) <list number 1-26> ... ,1(List) <list number 1-26> )wYou 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(LM) 1(List)b,1(List)c)w

20070201