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

D.4.17.2 zero

Procedure from library modules.lib (see modules_lib).

Usage:
zero(n); n and m integer

Return:
returns the n x m zero matrix, with nongraded free modules for source and target

Example:
 
LIB "modules.lib";
ring r;
int n=4;
int m=3;
zero(n,m);
==>     {0} {0} {0}
==> {0}   0   0   0
==> {0}   0   0   0
==> {0}   0   0   0
==> {0}   0   0   0
==> 


Top Back: id Forward: freeModule 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.