source: git/Tst/Short/bug_pd.tst @ 29fc843

spielwiese
Last change on this file since 29fc843 was b806aa, checked in by Hans Schönemann <hannes@…>, 17 years ago
*hannes: funny stuff in 3-0-3: fixed errors and default behav. git-svn-id: file:///usr/local/Singular/svn/trunk@10293 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 257 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// internal factorization in Z/2[...] and (Z/2,a)[...]
5
6LIB"primdec.lib";
7ring r=2,(x,y,z,w),dp;
8ideal I=w2+xy3+yz3+zx7;
9ideal JI=jacob(I),I;
10int i;
11for(i=0;i<100;i++)
12{
13def huhu=primdecGTZ(JI);
14kill huhu;
15i;
16}
17
18
19tst_status(1);$
Note: See TracBrowser for help on using the repository browser.