source: git/Tst/Short/janet.tst @ 1ebec3

spielwiese
Last change on this file since 1ebec3 was 4d9fa54, checked in by Hans Schoenemann <hannes@…>, 13 years ago
janet-tests git-svn-id: file:///usr/local/Singular/svn/trunk@13713 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 242 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring r=0,(x,y,z),dp;
5ideal i=x*y*z-1,x+y+z,x*y+x*z+y*z; // cyclic 3
6janet(i);
7
8ring r=0,(x(1..5)),dp;
9LIB "poly.lib";
10ideal i=cyclic(5);
11ideal j=janet(i);
12ideal s=std(j);
13j;
14NF(j,s);
15NF(s,std(j));
16
17tst_status(1);$
Note: See TracBrowser for help on using the repository browser.