Top
Back: minpoly
Forward: noether
FastBack: Control structures
FastForward: Tricks and pitfalls
Up: System variables
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: 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: minpoly Forward: noether FastBack: Control structures FastForward: Tricks and pitfalls Up: System variables Top: Singular 2-0-4 Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 2-0-4, May 2003, generated by texi2html.