20010102
u
Diag
Function: Extracts the diagonal elements of a matrix.
Syntax: Diag Mat
○ ○ ○ ○ ○
Example
To extract the diagonal elements of the matrix below
1
2
3
4
K
2
(MAT)
c
(CREATE)
g
(Diag)
!
+
( [ )
!
+
( [ )
b,c
!
-
( ] )
!
+
( [ )
d,e
!
-
( ] )
!
-
( ] )
w
[ 1, 4 ]
u
Mat
→
List (M
→
List)
Function: Converts a specific column of a matrix into a list.
Syntax: Mat
→
List( Mat, column number [ ) ]
○ ○ ○ ○ ○
Example
To convert column 2 of the matrix below to a list
1
2
3
4
K
2
(MAT)
d
(MAT
→
)
b
(M
→
List)
!
+
( [ )
!
+
( [ )
b,c
!
-
( ] )
!
+
( [ )
d,e
!
-
( ] )
!
-
( ] )
,c
w
{ 2, 4 }
u
Mat
→
Vect (M
→
Vect)
Function: Converts a specific column of a matrix into a vector.
Syntax: Mat
→
Vect( Mat, column number [ ) ]
○ ○ ○ ○ ○
Example
To convert column 2 of the matrix below to a vector
1
2
3
4
K
2
(MAT)
d
(MAT
→
)
c
(M
→
Vect)
!
+
( [ )
!
+
( [ )
b,c
!
-
( ] )
!
+
( [ )
d,e
!
-
( ] )
!
-
( ] )
,c
w
[ 2, 4 ]
7-1-37
Using the CAS (Computer Algebra System) Mode
20011101
Summary of Contents for ALGEBRA FX 2.0 Plus
Page 54: ...20010102 ...