source: git/Tst/Old/kbas.tst @ 7924ee

spielwiese
Last change on this file since 7924ee 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: 455 bytes
Line 
1//
2// test script for kbase command
3//
4pagelength = 10000;
5ring r1 = 32003,(x,y,z),(c,dp);
6r1;
7"-------------------------------";
8poly s1=x2+xyz;
9poly s2=x5z+y6z+xz3;
10poly s3=xy+xz+yz;
11ideal i1=x2,y2,z2;
12ideal i2=maxideal(2)+i1;
13i1;
14kbase(i1);
15"---------------------------------";
16i2;
17kbase(i2);
18"-------------------------------";
19module m=freemodule(3);
20m;
21kbase(m);
22"-----------------------------";
23listvar(all);
24kill r1;
25LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.