source: git/Tst/Old/qring.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: 409 bytes
Line 
1ring r=32003,(x,y,z),(C,dp);;
2ideal q=maxideal(2);
3qring qr=q;
4ideal i=maxideal(1);
5std(i);
6i=x3,y2,z;
7std(i);
8module m=[x],[y],[z],[0,x],[0,y],[0,z],[0,0,x],[0,0,z],[0,0,y];
9std(m);
10m=[x],[0,y],[0,0,z];
11std(m);
12setring r;
13kill qr;
14q=x2-1;
15qring qr=q;
16ideal i=maxideal(3);
17std(i);
18module m=[x3,x,1],[y2+x2,x2y];
19std(m);
20i=0;
21std(i);
22setring r;
23q=0;
24qring qq=q;
25std(maxideal(1));
26LIB "tst.lib";tst_status(1);$
Note: See TracBrowser for help on using the repository browser.