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

spielwiese
Last change on this file since e706ff was 8d7d31, checked in by Hans Schönemann <hannes@…>, 15 years ago
*hannes: interred/redSB/elim git-svn-id: file:///usr/local/Singular/svn/trunk@11199 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 171 bytes
Line 
1  ring r=0,(x,y,z),dp;
2  ideal i=x2+z,z,2z;
3  option(redSB);
4  interred(i);
5  ring R=0,(x,y,z),ds;
6  ideal i=zx+y3,z+y3,z+xy;
7  interred(i);
8LIB "tst.lib";tst_status(1);$
Note: See TracBrowser for help on using the repository browser.