Changeset 6f8d6f in git for Tst/Short/factorizep_s.tst


Ignore:
Timestamp:
Apr 24, 2012, 2:43:51 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
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
Message:
chg: added example from P. Zimmermann to factorizep_s.tst
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Tst/Short/factorizep_s.tst

    r3c25c9 r6f8d6f  
    325325l= factorize (f); testfactors (l, f);
    326326
     327kill r;
     328
     329ring r = (2,a),(x,y),dp;
     330minpoly = a^2 + a + 1;
     331poly f=(a + 1)*x^145*y^84 + (a + 1)*x^205*y^17 + x^32*y^112 + x^92*y^45;
     332list l;
     333for (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
    327344tst_status(1);$
Note: See TracChangeset for help on using the changeset viewer.