Sharp EL-9900 Calculator User Manual


 
138
Chapter 9: List Features
8 augment( augment(
list 1
,
list 2
)
Returns a list appending the specified lists.
Example
Obtain the list appending L1
({4, 2, 7}) and L2 ({
-1, -3, -4}).
9 listmat( listmat(
list 1, ..., list n, matrix name
)
Makes a matrix using the specified list as column data, stored
under the specified matrix name (for Advanced mode only).
Example
Make a matrix mat A using list
L1 as the first row and list L2
as the second row.
* The dimensions of the two
lists must be the same.
* Complex numbers cannot be used with this function.
* This function is the same as listmat of the OPE menu in the
MATRIX function.
0 matlist( matlist(
matrix name
,
list name 1
,
..., list name n
)
matlist(
matrix name
,
column number
,
list name
)
Makes lists from the matrix (for Advanced mode only).
This function is the same as “matlist” of the OPE menu in the
MATRIX function. See page 128 for details.