source: git/Tst/Old/interred.tst @ e706ff

spielwiese
Last change on this file since e706ff 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: 428 bytes
Line 
1//
2// test script for interred command
3//
4ring r1 = 32003,(x,y,z),(c,dp);
5r1;
6"-------------------------------";
7poly s1=x2y3+45x6y3+68x4z5+80y6x8;
8poly s2=6x5+3y6+8z6;
9poly s3=12xyz3+2y3z6;
10ideal i1=s1,s2,s3;
11interred(i1);
12"--------------------------------";
13vector v1=[2x3y2,4xyz2];
14vector v2=[11xy4,6xz3];
15module m=v1,v2;
16interred(m);
17"--------------------------------";
18listvar(all);
19kill r1;
20LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.