Top
Back: classifyicis
Forward: classifyMapGerms_lib
FastBack:
FastForward:
Up: classifyci_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.6.8.2 Semigroup

Procedure from library classifyci.lib (see classifyci_lib).

Usage:
Semigroup(l); I is an ideal

Purpose:
Computes the semigroup of the ideal I corresponding to each branch

Return:
list of semigroup of ideal I corresponding to each branch

Example:
 
LIB "classifyci.lib";
ring R=0,(x,y,z),ds;
ideal I=x2+y3+z5,yz;
Semigroup(I);
==> [1]:
==>    2,3
==> [2]:
==>    2,5

Top Back: classifyicis Forward: classifyMapGerms_lib FastBack: FastForward: Up: classifyci_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.2, 2023, generated by texi2html.