User Manual

20010102
u Diag
Function: Extracts the diagonal elements of a matrix.
Syntax: Diag Mat
○○○○○
Example To extract the diagonal elements of the matrix below
12
34
K2(MAT)c(CREATE)g(Diag)!+( [ )!+( [ )
b,c!-( ] )!+( [ )d,e
!-( ] )!-( ] )w [
1, 4
]
u MatList (MList)
Function: Converts a specific column of a matrix into a list.
Syntax: MatList( Mat, column number [ ) ]
○○○○○
Example To convert column 2 of the matrix below to a list
12
34
K2(MAT)d(MAT)b(MList)!+( [ )!+( [ )
b,c!-( ] )!+( [ )d,e
!-( ] )!-( ] ),cw {
2, 4
}
u MatVect (MVect)
Function: Converts a specific column of a matrix into a vector.
Syntax: MatVect( Mat, column number [ ) ]
○○○○○
Example To convert column 2 of the matrix below to a vector
12
34
K2(MAT)d(MAT)c(MVect)!+( [ )!+( [ )
b,c!-( ] )!+( [ )d,e
!-( ] )!-( ] ),cw [
2, 4
]
7-1-37
Using the CAS (Computer Algebra System) Mode
20011101