Top
Back: numerDecom_lib
Forward: UseBertini
FastBack:
FastForward:
Up: numerDecom_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.5.9.1 re2squ

Procedure from library numerDecom.lib (see numerDecom_lib).

Usage:
re2squ(ideal I);I ideal

Return:
ideal J defined by the polynomial system of the same number of polynomials and unknowns

Example:
 
LIB "numerDecom.lib";
ring r=0,(x,y,z),dp;
ideal I= x3+y4,z4+yx,xz+3x,x2y+z;
def D=re2squ(I);
setring D;
J;


Top Back: numerDecom_lib Forward: UseBertini FastBack: FastForward: Up: numerDecom_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.1, 2022, generated by texi2html.