Changeset 051432 in git for Tst/Short/factorizep_s.tst
- Timestamp:
- Aug 2, 2012, 12:35:15 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '2234726c50d679d6664181a5c72f75a6fd64a787')
- Children:
- e9ffa0f1295f570c65f5cc6969eb1089cf3dc00d
- Parents:
- da984c6d35ab9a83024eef6fc64dd83b8af75611
- git-author:
- Martin Lee <martinlee84@web.de>2012-08-02 12:35:15+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2012-08-03 10:35:14+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/Short/factorizep_s.tst
rda984c r051432 330 330 minpoly = a^2 + a + 1; 331 331 poly f=(a + 1)*x^145*y^84 + (a + 1)*x^205*y^17 + x^32*y^112 + x^92*y^45; 332 poly g = x7y11+xy17+(a)*x7y10+(a)*xy16+(a)*x8y8+(a+1)*x8y7+(a)*y12+(a+1)*x8y3+(a+1)*x2y9+(a+1)*y11+x9+xy4; 332 333 list l; 333 334 for (int i= 1; i < 33002; i= i+33) … … 340 341 break; 341 342 } 343 system ("--random", i); 344 l= factorize (g); 345 testfactors (l,g); 342 346 } 343 347 … … 373 377 } 374 378 379 // tr. 440 380 kill r; 381 ring r=7,(x,y),dp; 382 poly f = y^5*x^4 - y^2*x^7 - y^3 + x^3; 383 list l=factorize(f); 384 size (l[1]) < 6; 385 testfactors (l,f); 386 375 387 tst_status(1);$
Note: See TracChangeset
for help on using the changeset viewer.