20010102
u
List
→
Mat (L
→
Mat)
Function: Converts lists into a matrix.
Syntax: List
→
Mat( List [ , ... ,List ] [ ) ]
○ ○ ○ ○ ○
Example
To convert list {3, 5} and list {2, 4} into a matrix
K
1
(LIST)
d
(LIST
→
)
b
(L
→
Mat)
!
*
( { )
d,f
3 2
!
/
( } )
,
!
*
( { )
c,e
!
/
( } )
w
5 4
u
List
→
Vect (L
→
Vect)
Function: Converts a list into a vector.
Syntax: List
→
Vect List
○ ○ ○ ○ ○
Example
To convert list {3, 2} into a vector
K
1
(LIST)
d
(LIST
→
)
c
(L
→
Vect)
!
*
( { )
d,c
!
/
( } )
w
[ 3, 2 ]
7-1-30
Using the CAS (Computer Algebra System) Mode
Summary of Contents for ALGEBRA FX 2.0 Plus
Page 54: ...20010102 ...