139
Chapter 7: List Features
8 augment( augment(list 1, list 2)
Returnsalistappendingthespeciedlists.
Example
• ObtainthelistappendingL1
({4,2,7})andL2({
-
1,
-
3,
-
4}).
• Press
b
R
1
to
store the list.
9 list
→
mat( list
→
mat(list 1, ..., list n, matrix name)
Makes a matrix using the specified list as column data, stored
under the specified matrix name.
Example
• MakeamatrixmatAusinglist
L1astherstcolumnandlist
L2asthesecondcolumn.
* The dimensions of the two lists
must be the same.
*Complexnumberscannotbeusedwiththisfunction.
* This function is the same as list
→
matoftheOPEmenuinthe
MATRIXfunction.
0 mat
→
list( mat
→
list(matrix name, list name 1, ..., list name n)
mat
→
list(matrix name, column number, list name)
Makes lists from the matrix.
This function is the same as “mat
→
list”oftheOPEmenuinthe
MATRIXfunction.Seepage129fordetails.