source: git/Tst/Old/mre.tst @ 30acb78

fieker-DuValspielwiese
Last change on this file since 30acb78 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: 460 bytes
Line 
1//
2// test script for mres command
3//
4option(prot);
5ring r1=32003,(x,y,z),dp;
6r1;
7"-----------------------";
8ideal i=x2,y2,z2;
9i;
10list(mres(i,0));
11"--------------------------";
12module m=[x2,0],[0,y4];
13m;
14list(mres(m,0));
15"-------------------------------";
16ring r2=31991,(t,x,y,z,w),ls;
17ideal j=t2x2+tx2y+x2yz,t2y2+ty2z+y2zw,t2z2+tz2w+xz2w,t2w2+txw2+xyw2;
18j;
19list(mres(j,0));
20"-------------------------";
21listvar(all);
22kill r1;
23LIB "tst.lib";tst_status(1);$;
24
Note: See TracBrowser for help on using the repository browser.