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

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

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:

  • joinVectors(List)

For the programmer

The object joinVectors is a method function.


The source of this document is in /build/reproducible-path/macaulay2-1.25.05+ds/M2/Macaulay2/packages/SRdeformations.m2:7458:0.