Top
Back: 5.1.32 fglm
Forward: 5.1.34 files, input from
FastBack: 5. Functions and system variables
FastForward: 6. Tricks and pitfalls
Up: 5.1 Functions
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

5.1.33 fglmquot

Syntax:

fglmquot ( ideal_expression, poly_expression )

Type:

ideal

Purpose:

computes a reduced Groebner basis of the ideal quotient I:p of a zero-dimensional ideal I and a polynomial p using FGLM-techniques.

Note:

The ideal must be zero-dimensional and given as a reduced Groebner basis in the given ring. The poly must be reduced with respect to the ideal.

Example:
 
  ring r=0,(x,y,z),lp;
  ideal i=y3+x2,x2y+x2,x3-x2,z4-x2-y;
  option(redSB);   // force the computation of a reduced SB
  i=std(i);
  poly p=reduce(x+yz2+z10,i);
  ideal j=fglmquot(i,p);
  j;
→ j[1]=z12
→ j[2]=yz4-z8
→ j[3]=y2+y-z8-z4
→ j[4]=x+y-z10-z6-z4

See fglm; option; quotient; ring; std; vdim.


Top Back: 5.1.32 fglm Forward: 5.1.34 files, input from FastBack: 5. Functions and system variables FastForward: 6. Tricks and pitfalls Up: 5.1 Functions Top: Singular 2-0-4 Manual Contents: Table of Contents Index: F. Index About: About This Document
            User manual for Singular version 2-0-4, October 2002, generated by texi2html.