linalg[vectdim] - determine the dimension of a vector
|
Calling Sequence
|
|
vectdim(v)
vectdim(L)
|
|
Description
|
|
•
|
The function vectdim determines the dimension of the given vector.
|
•
|
If vectdim is given a vector v, then the dimension of (number of elements in) v is returned; if a list L is given to vectdim, then the number of elements in the list is returned.
|
•
|
The command with(linalg,vectdim) allows the use of the abbreviated form of this command.
|
|
|
Download Help Document
Was this information helpful?