source: git/Tst/Old/sre.tst @ 2ff629

fieker-DuValspielwiese
Last change on this file since 2ff629 was 37cd955, checked in by Hans Schoenemann <hannes@…>, 14 years ago
pagelength removed git-svn-id: file:///usr/local/Singular/svn/trunk@13172 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 405 bytes
Line 
1//
2// test script for sres command
3//
4option(prot);
5ring r1=32003,(a,b,x,y,z),ls;
6r1;
7"-------------------------";
8ideal i=a2x2+ax2y+x2yz,a2y2+ay2z+y2zb,a2z2+az2b+xz2b,a2b2+axb2+xyb2;
9i;
10ideal i1=std(i);
11i1;
12list(sres(i1,4));
13"------------------------";
14module m=[x2y,0],[1,x2z3];
15m;
16module m1=std(m);
17m1;
18list(sres(m1,0));
19"-----------------------";
20listvar(all);
21kill r1;
22LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.