source: git/Tst/Old/sat.tst @ 882ae9c

spielwiese
Last change on this file since 882ae9c was 46976a6, checked in by Olaf Bachmann <obachman@…>, 26 years ago
* added status check to regress.cmd * added tst_status(1); call to each tst file, just before quit git-svn-id: file:///usr/local/Singular/svn/trunk@2271 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 316 bytes
Line 
1LIB "lib2";
2ring r3=32003,(x(1..3)),ds;
3ideal I1=x(2)^2-x(1)^4,x(3);
4ideal I2=x(2),x(3)-x(1)^3;
5ideal I=intersect(I1,I2);
6I=std(I);
7ideal J;
8I;
9for (int i=1;i<=size(I);i=i+1)
10  {
11    J=J,jet(I[i],ord(I[i]));
12  }
13J;
14//option(yacc);
15option();
16ideal Jsat = sat(std(J),maxideal(1));
17Jsat;
18LIB "tst.lib";tst_status(1);$
19
Note: See TracBrowser for help on using the repository browser.