Top
Back: makeVector
Forward: netMatrix
FastBack:
FastForward:
Up: modules_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.4.17.34 netVector

Procedure from library modules.lib (see modules_lib).

Usage:
netVector(V); V Vector

Return:
pretty print for Vector

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


Top Back: makeVector Forward: netMatrix FastBack: FastForward: Up: modules_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.2, 2023, generated by texi2html.