source: git/Tst/Old/syzygy.tst @ ab33572

fieker-DuValspielwiese
Last change on this file since ab33572 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: 448 bytes
Line 
1//
2// test script for syz command
3//
4pagelength = 10000;
5ring r1 = 32003,(x,y,z),(c,ls);
6r1;
7"-------------------------------";
8ideal i1=maxideal(3);
9ideal i2=x6,y4,z5,xy,yz,xz;
10i2;
11syz(i2);
12"---------------------------------";
13i1;
14syz(i1);
15"----------------------------------";
16vector v1=[x4,y2,z2,2z2];
17vector v2=[yz,xy,xz,2xy];
18module m=v1,v2;
19m;
20syz(m);
21"--------------------------------";
22listvar(all);
23kill r1;
24LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.