source: git/Tst/Old/sre.tst @ 46976a6

spielwiese
Last change on this file since 46976a6 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: 425 bytes
Line 
1//
2// test script for sres command
3//
4pagelength = 10000;
5option(prot);
6ring r1=32003,(a,b,x,y,z),ls;
7r1;
8"-------------------------";
9ideal i=a2x2+ax2y+x2yz,a2y2+ay2z+y2zb,a2z2+az2b+xz2b,a2b2+axb2+xyb2;
10i;
11ideal i1=std(i);
12i1;
13list(sres(i1,4));
14"------------------------";
15module m=[x2y,0],[1,x2z3];
16m;
17module m1=std(m);
18m1;
19list(sres(m1,0));
20"-----------------------";
21listvar(all);
22kill r1;
23LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.