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

D.5.12.29 multiplylist

Procedure from library resbinomial.lib (see resbinomial_lib).

Usage:
multiplylist(L,a); L list, a number

Return:
list of elements of type number, multiplication of L times a

Example:
 
LIB "resbinomial.lib";
ring r = 0,(x(1..3)),dp;
list L=1,2,3;
multiplylist(L,1/5);
==> [1]:
==> 1/5
==> [2]:
==> 2/5
==> [3]:
==> 3/5


Top Back: reslist Forward: dividelist 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.