Google

Go to the first, previous, next, last section, table of contents.


vtol

vtol(vect)
:: ベクトルをリストに恃垂する.
return
リスト
vect
ベクトル
  • 墓さ n のベクトル vect[vect[0],...,vect[n-1]] なるリストに恃垂する.
  • リストからベクトルへの恃垂は newvect() で乖う.
[3] A=newvect(3,[1,2,3]);
[ 1 2 3 ]
[4] vtol(A);
[1,2,3]
徊救
section newvect.


Go to the first, previous, next, last section, table of contents.