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

D.5.12.26 iniD

Procedure from library resbinomial.lib (see resbinomial_lib).

Usage:
iniD(n); n integer

Return:
list of lists of zeros of size n

Example:
 
LIB "resbinomial.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: FastForward: Up: resbinomial_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.