Top
Back: D.5.5.12 stripHNE
Forward: D.5.5.14 delta
FastBack: D. SINGULAR libraries
FastForward: E. Release Notes
Up: D.5.5 hnoether_lib
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

D.5.5.13 is_irred

Procedure from library hnoether.lib (see hnoether_lib).

Usage:

is_irred(f); f poly

Assume:

f is a squarefree bivariate polynomial (in the first 2 ring variables).

Return:

int (0 or 1):
- is_irred(f)=1 if f is irreducible as a formal power series over the algebraic closure of its coefficient field (f defines an analytically irreducible curve at zero),
- is_irred(f)=0 otherwise.

Note:

0 and units in the ring of formal power series are considered to be not irreducible.

Example:

 
LIB "hnoether.lib";
ring exring=0,(x,y),ls;
is_irred(x2+y3);
→ 1
is_irred(x2+y2);
→ 0
is_irred(x2+y3+1);
→ 0

Top Back: D.5.5.12 stripHNE Forward: D.5.5.14 delta FastBack: D. SINGULAR libraries FastForward: E. Release Notes Up: D.5.5 hnoether_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.