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