source: git/Tst/Old/initial.tst @ 882ae9c

spielwiese
Last change on this file since 882ae9c 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: 593 bytes
Line 
1//
2// test script for lead command
3//
4pagelength = 10000;
5ring r1 = 32003,(x,y,z),(c,ds);
6r1;
7"-------------------------------";
8poly s1=x2y3+45x6y3+68x4z5+80y6x8;
9poly s2=6x5+3y6+8z6;
10poly s3=12xyz3+2y3z6;
11ideal i1=s1,s2,s3;
12vector v=[x8,s1];
13module m=v,s1*(v);
14lead(s1);
15"-------------------------------";
16lead(v);
17"---------------------------------";
18lead(i1);
19"--------------------------------";
20lead(m);
21"--------------------------------";
22lead(s2);
23"---------------------------------";
24lead(s3);
25"---------------------------------";
26listvar(all);
27kill r1;
28LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.