Top
Back: Nonhyp
Forward: identifyvar
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.6 inidata

Procedure from library resbin.lib (see resbin_lib).

Usage:
inidata(K,k); K any ideal, k integer (!=0)

Compute:
Verifies the input data

Return:
flag indicating if the ideal is binomial or not

Example:
 
LIB "resbin.lib";
ring r = 0,(x(1..3)),dp;
ideal J1=x(1)^4*x(2)^2, x(1)^2+x(3)^3;
inidata(J1,2);
==> 1
ideal J2=x(1)^4*x(2)^2, x(1)^2+x(2)^3+x(3)^5;
inidata(J2,2);
==> 0


Top Back: Nonhyp Forward: identifyvar 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.