source: git/Tst/Old/m134si.tst @ 608c41

fieker-DuValspielwiese
Last change on this file since 608c41 was 46976a6, checked in by Olaf Bachmann <obachman@…>, 26 years ago
* added status check to regress.cmd * added tst_status(1); call to each tst file, just before quit git-svn-id: file:///usr/local/Singular/svn/trunk@2271 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 250 bytes
Line 
1  ring h1=32003,(t,x,y,z),dp;
2  ideal i=
3  9x8+y7t3z4+5x4y2t2+2xy2z3t2,
4  9y8+7xy6t+2x5y4t2+2x2yz3t2,
5  9z8+3x2y3z2t4;
6  intvec e=weight(i);
7  e;
8  ring r=32003,(a,b,c,d),wp(e);
9  map f=h1,a,b,c,d;
10  ideal i0=std(f(i));
11LIB "tst.lib";tst_status(1);$
Note: See TracBrowser for help on using the repository browser.