Top
Back: timeStd
Forward: factorH
FastBack: all_lib
FastForward: inout_lib
Up: general_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.2.2.20 timeFactorize

Procedure from library general.lib (see general_lib).

Usage:
timeFactorize(p,d) poly p , integer d

Return:
factorize(p) if the factorization finished after d-1
seconds otherwhise f is considered to be irreducible

Example:
 
LIB "general.lib";
ring r=0,(x,y),dp;
poly p=((x2+y3)^2+xy6)*((x3+y2)^2+x10y);
p=p^2;
list l=timeFactorize(p,2);
l=timeFactorize(p,20);


Top Back: timeStd Forward: factorH FastBack: all_lib FastForward: inout_lib Up: general_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 2-0-2, August 2001, generated by texi2html.