Top
Back: Gamma
Forward: lcmofall
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.20 convertdata

Procedure from library resbin.lib (see resbin_lib).

Usage:
convertdata(C,L,n,flaglist);
C, L, flaglist lists, n integer

Compute:
Compute the ideal corresponding to the given lists C,L

Return:
an ideal whose coefficients are given by C, exponents given by L

Example:
 
LIB "resbin.lib";
ring r = 0,(x(1..4),y(5)),dp;
list M=identifyvar();
ideal J=x(1)^2*y(5)^2-x(2)^2*x(3)^2,6*x(4)^2;
list L=data(J,2,5);
L[1]; // Coefficients
==> [1]:
==>    [1]:
==>       -1
==>    [2]:
==>       1
==> [2]:
==>    [1]:
==>       6
L[2]; // Exponents
==> [1]:
==>    [1]:
==>       [1]:
==>          0
==>       [2]:
==>          2
==>       [3]:
==>          2
==>       [4]:
==>          0
==>       [5]:
==>          0
==>    [2]:
==>       [1]:
==>          2
==>       [2]:
==>          0
==>       [3]:
==>          0
==>       [4]:
==>          0
==>       [5]:
==>          2
==> [2]:
==>    [1]:
==>       [1]:
==>          0
==>       [2]:
==>          0
==>       [3]:
==>          0
==>       [4]:
==>          2
==>       [5]:
==>          0
ideal J2=convertdata(L[1],L[2],5,M);
J2;
==> J2[1]=-x(2)^2*x(3)^2+x(1)^2*y(5)^2
==> J2[2]=6*x(4)^2


Top Back: Gamma Forward: lcmofall 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.