source: git/Tst/Old/kbas.tst @ 37cd955

spielwiese
Last change on this file since 37cd955 was 37cd955, checked in by Hans Schoenemann <hannes@…>, 14 years ago
pagelength removed git-svn-id: file:///usr/local/Singular/svn/trunk@13172 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 435 bytes
Line 
1//
2// test script for kbase command
3//
4ring r1 = 32003,(x,y,z),(c,dp);
5r1;
6"-------------------------------";
7poly s1=x2+xyz;
8poly s2=x5z+y6z+xz3;
9poly s3=xy+xz+yz;
10ideal i1=x2,y2,z2;
11ideal i2=maxideal(2)+i1;
12i1;
13kbase(i1);
14"---------------------------------";
15i2;
16kbase(i2);
17"-------------------------------";
18module m=freemodule(3);
19m;
20kbase(m);
21"-----------------------------";
22listvar(all);
23kill r1;
24LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.