129
Chapter 6: Matrix Features
11 mat
→
list( Createslistswithelementsfromeachcolumninthematrix.
If dimensions of columns is greater than the number of lists
specied,extracolumnsareignored.Also,ifitislessthanthe
number of lists specified, extra lists are ignored.
mat
→
list(matrix name, list name 1, ..., list name n)
Example
• MakeList1andList2byusing
the 1st and 2nd columns of
matrix E,
respectively.
mat
→
list(matrix name, column number, list name)
Example
• MakeList3byusingthe3rd
column of matrix E.
12 list
→
mat( list
→
mat(list 1, .... list n, matrix name)
Createsamatrixusingspeciedlists.Thisfunctionisthesameas
list
→
mat(intheListOPEmenu.
Note: The list items must be prepared prior to executing this function.
Example
• CreatecolumnsofmatrixDby
usinglistitemsinL1andL2.