199904013-2 Manipulating List DataList data can be used in arithmetic and function calculations. In addition, various list datamanipulation functions makes manipulation of list data quick and easy.You can use list data manipulation functions in the RUN • MAT, STAT, GRPH • TBL, EQUA andPRGM Modes.kkkkk 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 thefollowing items.• {List}/{Dim}/{Seq}/{Min}/{Max}/{Mean}/{Median}/{Sum}/{Prod}/{Cuml}/{%}/{AAAAAList}/{Augmnt}/{Fill}/{L→Mat}Note that all closing parentheses at the end of the following operations can be omitted.u To count the number of data items in a list [OPTN]-[LIST]-[Dim]K1(LIST)c(Dim)1(LIST)b(List)
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)c(Dim)1(LIST)b(List)bwu To create a list or matrix by specifying the number of data items[OPTN]-[LIST]-[Dim]Use the following procedure to specify the number of data in the assignment statementand create a list. n>aK1(LIST)c(Dim)1(LIST)b(List)
wn = 1 ~ 2553-2-1Manipulating List Data