Opened 9 years ago

Closed 9 years ago

#659 closed bug (fixed)

incomplete factorization over Q

Reported by: hannes Owned by: somebody
Priority: minor Milestone: 4-1-0 and higher
Component: dontKnow Version: 4-0-1
Keywords: Cc:

Description

 ring R=0,(a,r,v,n,g,f,h,o),dp;
    poly f=
       (248301045a2r10n2)*o10+(570807000a2r9n)*o9+(-137945025a2r8n2+328050000a2r8)*o8+(-253692000a2r7n)*o7+(30654450a2r6n2-109350000a2r6-22457088ar2vn2)*o6+(42282000a2r5n)*o5+(-3406050a2r4n2+12150000a2r4+2495232avn2)*o4+(-3132000a2r3n)*o3+(189225a2r2n2-450000a2r2)*o2+(87000a2rn)*o+(-4205a2n2);

        factorize(f);

related to #655, #656 gives

[1]:
   _[1]=1
   _[2]=a
   _[3]=27589005ar8n2o8+63423000ar7no7-12261780ar6n2o6+36450000ar6o6-21141000ar5no5+2043630ar4n2o4-8100000ar4o4+2349000ar3no3-151380ar2n2o2-2495232vn2o4+450000ar2o2-87000arno+4205an2
   _[4]=9r2o2-1
[2]:
   1,1,1,1

Change History (1)

comment:1 Changed 9 years ago by hannes

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.