Top
Back: 5.3.4 multBound
Forward: 5.3.6 printlevel
FastBack: 5. Functions and system variables
FastForward: 6. Tricks and pitfalls
Up: 5.3 System variables
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

5.3.5 noether

Type:

poly

Purpose:

The standard basis computation in local rings cuts off all monomials above (in the sense of the monomial ordering) the monomial noether during the computation.
Reset noether by setting noether to 0.

Example:
 
  ring R=32003,(x,y,z),ds;
  ideal i=x2+y12,y13;
  std(i);
→ _[1]=x2+y12
→ _[2]=y13
  noether=x11;
  std(i);
→ _[1]=x2
  noether=0; //disables noether

See poly; std.


Top Back: 5.3.4 multBound Forward: 5.3.6 printlevel FastBack: 5. Functions and system variables FastForward: 6. Tricks and pitfalls Up: 5.3 System variables 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.