source: git/Tst/Old/re.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: 449 bytes
Line 
1//
2// test script for res command
3//
4//option(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 T=nres(i1,4);
13def T(1..4)=T[1..4];
14"------------------------";
15module m=[x2y,0],[1,x2z3];
16m;
17module m1=std(m);
18m1;
19list M=res(m1,0);
20def M(1..5)=M[1..5];
21"-----------------------";
22listvar(all);
23kill r1;
24LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.