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

D.15.8.31 multiplylist

Procedure from library resbin.lib (see resbin_lib).

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

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

Example:
 
LIB "resbin.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: primdecint_lib FastForward: resjung_lib Up: resbin_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-2, Oct 2010, generated by texi2html.