source: git/Tst/Manual/timeStd.tst @ cff10c

spielwiese
Last change on this file since cff10c was cff10c, checked in by Hans Schoenemann <hannes@…>, 11 years ago
rewrite for watchdog (general.lib)
  • Property mode set to 100644
File size: 251 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "general.lib";
3ring r=32003,(a,b,c,d,e),dp;
4int n=7;
5ideal i=
6a^n-b^n,
7b^n-c^n,
8c^n-d^n,
9d^n-e^n,
10a^(n-1)*b+b^(n-1)*c+c^(n-1)*d+d^(n-1)*e+e^(n-1)*a;
11def i1=timeStd(i,1);
12idef i2=timeStd(i,20);
13listvar();
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.