Top
Back: salida
Forward: sumlist
FastBack: reesclos_lib
FastForward: resolve_lib
Up: resbin_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.4.22.29 iniD

Procedure from library resbin.lib (see resbin_lib).

Usage:
iniD(n); n integer

Return:
list of lists of zeros of size n

Example:
 
LIB "resbin.lib";
iniD(3);
==> [1]:
==>    [1]:
==>       0
==>    [2]:
==>       0
==>    [3]:
==>       0
==> [2]:
==>    [1]:
==>       0
==>    [2]:
==>       0
==>    [3]:
==>       0
==> [3]:
==>    [1]:
==>       0
==>    [2]:
==>       0
==>    [3]:
==>       0


Top Back: salida Forward: sumlist FastBack: reesclos_lib FastForward: resolve_lib Up: resbin_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-1, Feb 2010, generated by texi2html.