Top
Back: 5.3.3 minpoly
Forward: 5.3.5 noether
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.4 multBound

Type:

int

Purpose:

The standard basis computation is stopped if the ideal is zero-dimensional in a ring with local ordering and its multiplicity (mult) is lower than multBound.
Reset this bound by setting multBound to 0.

Example:
 
multBound = 20;
option();
→    //options for 'std'-command: multBound
ideal j=std(i);
multBound;
→ 20
multBound = 0;  //disables multBound

See int; mult; option; std.


Top Back: 5.3.3 minpoly Forward: 5.3.5 noether 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.