vtol
[vect[0],...,vect[n-1]]
newvect()
[3] A=newvect(3,[1,2,3]); [ 1 2 3 ] [4] vtol(A); [1,2,3]
newvect
Go to the first, previous, next, last section, table of contents.