Macaulay2 » Documentation
Packages » SRdeformations :: joinVectors
next | previous | forward | backward | up | index | toc

joinVectors -- Converts a list of vectors to a matrix.

Synopsis

Description

Puts the vectors in a list into a matrix.

i1 : joinVectors {vector {1,2},vector {3,4},vector {5,6}}

o1 = | 1 3 5 |
     | 2 4 6 |

              2       3
o1 : Matrix ZZ  <-- ZZ

Ways to use joinVectors :

For the programmer

The object joinVectors is a method function.