source: git/Tst/Old/hilbert.tst @ e706ff

spielwiese
Last change on this file since e706ff 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: 342 bytes
Line 
1//
2// test script for degree command
3//
4ring r1=32003,(x,y,z),ds;
5"------------------------------";
6ideal i1=x2,y2,z2;
7i1;
8ideal i2=std(i1);
9i2;
10hilb(i2);
11"-----------------------------";
12module m=[x2,0],[0,y2],[0,z2];
13m;
14module m1=std(m);
15m1;
16hilb(m1);
17"-----------------------------";
18listvar(all);
19kill r1;
20LIB "tst.lib";tst_status(1);$;
21
Note: See TracBrowser for help on using the repository browser.