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

D.5.2.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