Top
Back: 5.1.71 memory
Forward: 5.1.73 minor
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.72 minbase

Syntax:

minbase ( ideal_expression )
minbase ( module_expression )

Type:

the same as the type of the argument

Purpose:

returns a minimal set of generators of an ideal, resp. module, if the input is either homogeneous or if the ordering is local.

Example:
 
  ring r=181,(x,y,z),(c,ls);
  ideal id2=x2+xyz,y2-z3y,z3+y5xz;
  ideal id4=maxideal(3)+id2;
  size(id4);
→ 13
  minbase(id4);
→ _[1]=x2
→ _[2]=xyz+x2
→ _[3]=xz2
→ _[4]=y2
→ _[5]=yz2
→ _[6]=z3

See mstd.


Top Back: 5.1.71 memory Forward: 5.1.73 minor 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.