Top
Back: gmspoly_lib
Forward: gbasis
FastBack: gaussman_lib
FastForward: gmssing_lib
Up: gmspoly_lib
Top: Singular 2-0-6 Manual
Contents: Table of Contents
Index: Index
About: About this document

D.5.6.1 istame

Procedure from library gmspoly.lib (see gmspoly_lib).

Usage:
istame(f); poly f

Return:
 
int k=
  0;  if f is not tame
  1;  if f is tame

Example:
 
LIB "gmspoly.lib";
ring R=0,(x,y),dp;
istame(x2y+x);
==> 0
istame(x3+y3+xy);
==> 1


Top Back: gmspoly_lib Forward: gbasis FastBack: gaussman_lib FastForward: gmssing_lib Up: gmspoly_lib Top: Singular 2-0-6 Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 2-0-6, November 2004, generated by texi2html.