Sharp EL-9900 Calculator User Manual


 
128
Chapter 8: Matrix Features
11 matlist( Creates lists with elements from each column in the matrix.
If dimensions of columns is greater than the number of lists
specified, extra columns are ignored. Also, if it is less than the
number of lists specified, extra lists are ignored.
matlist(
matrix name, list name 1, ..., list name n
)
Example
Make List 1 and List 2 by
using the 1st and 2nd
columns of matrix E,
respectively.
matlist(
matrix name, column number, list name
)
Example
Make List 3 by using the 3rd
column of matrix E.
12 listmat( listmat(
list 1
,
.... list n, matrix name
)
Creates a matrix using specified lists. This function is the same as
listmat( in the List OPE menu.
Note: The list items must be prepared prior to executing this function.
Example
Create columns of matrix D by
using list items in L1 and L2.