Top
Back: lll_lib
Forward: locnormal_lib
FastBack: gitfan_lib
FastForward: locnormal_lib
Up: lll_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.15.7.1 LLL

Procedure from library lll.lib (see lll_lib).

Example:
 
LIB "lll.lib";
list l=list(1,-2,4),list(2,1,-7);
LLL(l);
==> [1]:
==>    [1]:
==>       1
==>    [2]:
==>       -2
==>    [3]:
==>       4
==> [2]:
==>    [1]:
==>       3
==>    [2]:
==>       -1
==>    [3]:
==>       -3

Top Back: lll_lib Forward: locnormal_lib FastBack: gitfan_lib FastForward: locnormal_lib Up: lll_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-6, Dec 2012, generated by texi2html.