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

D.2.2.21 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 otherwise 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;
==> [1]:
==>    _[1]=1
==>    _[2]=x10y+x6+2x3y2+y4
==>    _[3]=xy6+y6+2x2y3+x4
==> [2]:
==>    1,2,2


Top Back: timeStd Forward: factorH FastBack: all_lib FastForward: inout_lib Up: general_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.