Changeset 919cae in git for Tst/Short/factorizep_s.tst
- Timestamp:
- Apr 7, 2013, 2:31:02 AM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 11f05fda6bd40e3d3dd7e6cda2c4f56fccc3632f
- Parents:
- 803956e36bc486d4e8bb34f103dce728e5d1ea6f
- git-author:
- Martin Lee <martinlee84@web.de>2013-04-07 02:31:02+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2013-04-08 14:42:42+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/Short/factorizep_s.tst
r803956 r919cae 488 488 def l=factorize (f); 489 489 testfactors (l, f); 490 491 // tr. 482 492 ring R6s = (32003,s),(x,y),dp; 493 minpoly = (s6-11914s5+3952s4-5439s3-15290s2-15431s+15606); 494 poly G3 = x3+y3+(-s-1)*x2+(s-2)*xy+(-s-1)*y2+(s+1)*x+(s+1)*y+(-s); 495 def l=factorize(G3); 496 testfactors (l, G3); 497 498 kill r; 499 ring r=(32003,s),(x,y,z),dp; 500 minpoly=(s6-11914s5+3952s4-5439s3-15290s2-15431s+15606); 501 poly f=x32003+y32003+(-15819s5+10130s4-13478s3-9892s2+7280s+7612)+z32003; 502 factorize (f); 503 490 504 tst_status(1);$
Note: See TracChangeset
for help on using the changeset viewer.