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

D.4.17.9 printFreeModule

Procedure from library modules.lib (see modules_lib).

Usage:
printFreeModule(M); or M; M FreeModule

Return:
nothing, prints a free Module

Example:
 
LIB "modules.lib";
ring r;
int n=3;
list l=1,2,3;
freeModule(r,n,l);
==>  3
==> r
==> free Module
==> Degrees of the generators: {1} {2} {3} 
==> 


Top Back: printMatrix Forward: printResolution 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.