Changeset 6f8d6f in git for Tst/Short/factorizep_s.tst
- Timestamp:
- Apr 24, 2012, 2:43:51 PM (11 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 84fc1fddf725ce226a336195603ebcadbb650d4c
- Parents:
- 3c25c9013dd11772026c49e15335e5c0c406729e
- git-author:
- Martin Lee <martinlee84@web.de>2012-04-24 14:43:51+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-04-24 16:07:36+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/Short/factorizep_s.tst
r3c25c9 r6f8d6f 325 325 l= factorize (f); testfactors (l, f); 326 326 327 kill r; 328 329 ring r = (2,a),(x,y),dp; 330 minpoly = a^2 + a + 1; 331 poly f=(a + 1)*x^145*y^84 + (a + 1)*x^205*y^17 + x^32*y^112 + x^92*y^45; 332 list l; 333 for (int i= 1; i < 33002; i= i+33) 334 { 335 system ("--random", i); 336 l= factorize (f); 337 if (size (l[1]) != 5) 338 { 339 l; 340 break; 341 } 342 } 343 327 344 tst_status(1);$
Note: See TracChangeset
for help on using the changeset viewer.