Home Online Manual
Top
Back: freeModule2Module
Forward: netVector
FastBack:
FastForward:
Up: modules_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.15.23.33 makeVector

Procedure from library modules.lib (see modules_lib).

Return:
a Vector V, element of M with entries v

Example:
 
LIB "modules.lib";
ring r;
Module M = image(id(3));
makeVector([x,y,z],M);
==> | x |
==> | y |
==> | z |
==> 
==>