Top
Back: D.5.8.5 is_is
Forward: D.5.8.7 is_regs
FastBack: D. SINGULAR libraries
FastForward: E. Release Notes
Up: D.5.8 sing_lib
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

D.5.8.6 is_reg

Procedure from library sing.lib (see sing_lib).

Usage:

is_reg(f,id); f poly, id ideal or module

Return:

1 if multiplication with f is injective modulo id, 0 otherwise

Note:

let R be the basering and id a submodule of R^n. The procedure checks injectivity of multiplication with f on R^n/id. The basering may be a quotient ring

Example:

 
LIB "sing.lib";
ring r  = 32003,(x,y),ds;
ideal i = x8,y8;
ideal j = (x+y)^4;
i       = intersect(i,j);
poly f  = xy;
is_reg(f,i);
→ 0

Top Back: D.5.8.5 is_is Forward: D.5.8.7 is_regs FastBack: D. SINGULAR libraries FastForward: E. Release Notes Up: D.5.8 sing_lib 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.