Changeset 919cae in git


Ignore:
Timestamp:
Apr 7, 2013, 2:31:02 AM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
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
Message:
chg: added test for bug 482
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Tst/Short/factorizep_s.tst

    r803956 r919cae  
    488488def l=factorize (f);
    489489testfactors (l, f);
     490
     491// tr. 482
     492ring R6s = (32003,s),(x,y),dp;
     493minpoly = (s6-11914s5+3952s4-5439s3-15290s2-15431s+15606);
     494poly G3 = x3+y3+(-s-1)*x2+(s-2)*xy+(-s-1)*y2+(s+1)*x+(s+1)*y+(-s);
     495def l=factorize(G3);
     496testfactors (l, G3);
     497
     498kill r;
     499ring r=(32003,s),(x,y,z),dp;
     500minpoly=(s6-11914s5+3952s4-5439s3-15290s2-15431s+15606);
     501poly f=x32003+y32003+(-15819s5+10130s4-13478s3-9892s2+7280s+7612)+z32003;
     502factorize (f);
     503
    490504tst_status(1);$
Note: See TracChangeset for help on using the changeset viewer.