User Manual

20010102
u VectList (VList)
Function: Converts a vector into a list.
Syntax: VectList Vect
○○○○○
Example To convert vector (3 2) into a list
K3(VECT)d(VECT)b(VList)!+( [ )d,c
!-( ] )w {
3, 2
}
u VectMat (VMat)
Function: Converts vectors into a matrix.
Syntax: VectMat( Vect [, ... ,Vect ] ( ] )
○○○○○
Example To convert vector (3 5) and (2 4) into a matrix
K3(VECT)d(VECT)c(VMat)!+( [ )d,f 32
!-( ] ),!+( [ )c,e!-( ] )w 54
7-1-42
Using the CAS (Computer Algebra System) Mode