next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
::
vector
vector -- make a vector
Description
vector {a,b,c,...}
-- produces an element of a free module from a list.
The elements a,b,c,... must be elements of the same ring, or be convertible to elements of the same ring.
Ways to use
vector
:
"vector(List)"
"vector(Matrix)"
For the programmer
The object
vector
is
a
method function
.